in reply to Registering Perl on XP failure
If you find this is only temporary, when it does not work then use the ASSOC and FTYPE to see what else is happening, if anything. Failing that you can always put the above into a .bat file and run it from a short-cut with something like:SET PATH=%PATH%;"C:\Perl" ASSOC .pl=Perl FTYPE Perl="C:\Perl\bin\perl.exe" "%1" %*
that's what I do when I have more than one Perl version installed.%comspec% /k "C:\runperl.bat"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Registering Perl on XP failure
by Anonymous Monk on Jul 12, 2010 at 13:02 UTC |