I am trying to convert my perl scripts into executable files for Windows. The executable file should include all modules, too.
I am trying to install PAR Packer using ppm but I get an error message :
"ppm install failed: Can't find any package that provides PAR::Packer"
code:
ppm install PAR::Packer
How to make pp work which is present in PAR::Packer? Else, is there any other module / free software to convert Perl to exe?