I wrote in a GUI application in Perl. Now I want to create an executable file for Windows. I searched and I found out that we can use Perl2Exe, PerlApp and Par-Packer. But the first two are paid. The third version of Perl Par is offered by many people even in this forum. But the problem I did not know how to use it. I am using Activestate Perl 5.10. I did not find Par-Packer in PPM. In one thread, someone suggested installing Mingw using PPM and installing Par-Packer using cpan. But even I can not install Mingw because I did not find it in PPM. Therefore, I left without a choice. Any suggestions are welcome. thanks in advance
UPDATE: For people who might be here, use Cava Packer if you want to create an executable for your perl script.
source
share