In Windows XP I use the following association for .pl files so that Perl files with command line arguments work.
\bin\perl.exe %1 %*
I have not got Windows 7 but I am trying to help someone using windows 7.Are the %1 %* characters required (a test seems to show that they are)If so how are these added since my contact cannot see how this is done?Is there any other way of making Perl applications with command line arguments work?/