in reply to Win32 - @ARGV with 'perl foo.pl' vs 'foo.pl'

Aha. The fix for me was to open up the registry and change the value of the 'Default' value at "HKEY_CLASSES_ROOT\pl_auto_file\shell\open\command\" from "c:\perl\bin\perl.exe" "%1" to "c:\perl\bin\perl.exe" "%1" %*

  • Comment on Re: Win32 - @ARGV with 'perl foo.pl' vs 'foo.pl'