Perl GUI Application - Creating Exe

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.

+3
source share
2 answers

You can find PPM Par :: Packer in other PPM repositories. The easiest place to find PPM can be found on kobesearch.

The kobesearch list for Par :: Packer shows version 0.991. PPMs are available in the basement of the PPM repository, 1.008 is located in Trouchelle and 0.977 is on uwinnepeg.

Just add the Trouchelle repository to the PPM source list and you can easily install it.

+2
source

MinGW Perl, PPM, , Perl Par::Packer.

+3

All Articles