Be seen. Boost your question’s priority for more expert views and faster solutions
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Perl_program_file ]
@="Perl program file"
[HKEY_CLASSES_ROOT\Perl_program_file \shell]
[HKEY_CLASSES_ROOT\Perl_program_file \shell\Exe cute Perl Program]
[HKEY_CLASSES_ROOT\Perl_program_file \shell\Exe cute Perl Program\command]
@="\"C:\\strawberry\\perl\\bin\\perl .exe\" \"%1\" %*"
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
From novice to tech pro — start learning today.
Personally, I've moved away from using ppm and instead install all of my modules via cpan. You first need to install MinGW-w64 to get the needed GCC compiler.
You might be able to install that via ppm. At least it was available in the 32bit version. I'm not sure if it's available in the 64bit version of ppm.