NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
You overengineered it (Score:1)
Because it's actually as simple as:
"%~dp0perl.exe" -x -S "%~f0" %*
The quotations and "%~f0" are needed in case batch file is in a directory with whitespaces.
Reply to This