in reply to Re: Problems passing command line parameters to activestate perl on XP
in thread Problems passing command line parameters to activestate perl on XP

Ok I got it working, but not sure what exactly fixed it
One thing I did was the following :

ASSOC .pl=PerlScript
FTYPE PerlScript=perl.exe %1 %*

But even that didnt work until I went into explorer file associates, selected PL file, and clicked "restore"

Thanks for the tips!

  • Comment on Re^2: Problems passing command line parameters to activestate perl on XP