in reply to Problems passing command line parameters to activestate perl on XP
Check the associations. Specifically, check the command line associated with the extension. They should look (something) like this:
Updated: Removed the switches: -sw which are are my preference but controversial.
c:\>assoc .pl .pl=Perl c:\>ftype Perl Perl="c:\perl\bin\perl.exe" "%1" %*
If they do not, change them to suit your installation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problems passing command line parameters to activestate perl on XP
by redss (Monk) on Jan 13, 2007 at 17:23 UTC | |
|
Re^2: Problems passing command line parameters to activestate perl on XP
by redss (Monk) on Jan 13, 2007 at 16:01 UTC | |
by BrowserUk (Patriarch) on Jan 13, 2007 at 16:06 UTC | |
by redss (Monk) on Jan 13, 2007 at 16:48 UTC |