http://www.perlmonks.org?node_id=1007906


in reply to Re^5: Windows strawberry perl Getopt::Long fails
in thread Windows strawberry perl Getopt::Long fails

Found the answer here: http://stackoverflow.com/questions/1695188/how-do-i-make-perl-scripts-recognize-parameters-in-the-win32-cmd-console Registry setting was: C:\bin\perl.exe "%1" Needed to be: C:\bin\perl.exe "%1" %*
  • Comment on Re^6: Windows strawberry perl Getopt::Long fails

Replies are listed 'Best First'.
Re^7: Windows strawberry perl Getopt::Long fails
by Anonymous Monk on Aug 27, 2013 at 21:49 UTC
    could you help me a bit further? I'm not familiar enough with the Registry to find the incantation.