http://qs321.pair.com?node_id=585617


in reply to PAR/pp vs. PerlApp et al.

Okay, I'll bite! Since no-one else has.

I have used all these products. PAR is possibly the best of the others. I use PerlApp all day every day and release currently five products using it. I also use PerlTray for creating a service tray application.

perlbin is by crazyinsomniac who seems to have disappeared in recent times, it was last updated in 2002.

perlcc is said to be very experimental, does not provide for binding additional files and has not support for GUI's specifically so that you cannot turn off the console window in Win32.

perl2exe is proprietary and generally seems to lag a little behind the current Perl release.

But there is a reason I use PerlApp, and it isn't just that I have a Komodo licence either! It handles the binding of additional modules and other files very well. You can easily handle extraction from within your code. It also allows you to create applications that dep[end in part on the Perl installed on teh target machine and you can share the contents of packaged applications to reduce total package size for the installation. The Perl Dev Kit (PDK) has a unified suite of applications for creating exe's, tray app's, services, installers and even COM objects. It has good support and all of the little annoyances I found with PAR are dealt with in PerlApp.

Rather than compiler, I use the term "packager".

jdtoronto

Replies are listed 'Best First'.
Re^2: PAR/pp vs. PerlApp et al.
by geekphilosopher (Friar) on Nov 22, 2006 at 22:03 UTC
    Thanks for the thorough reply! It looks like PerlApp is a pretty good choice. I've never gone through official ActiveState support, but I know a lot of the guys personally so I'm sure I can get a bit of help if I run into trouble :)
      I would be surprised if you had to call support. I have had next to no problems with perlapp. The problems I did have were answered by the website....
Re^2: PAR/pp vs. PerlApp et al.
by dottom (Initiate) on Jan 20, 2007 at 07:38 UTC
    One thing I like about perl2exe is the standalone exe size is half that generated by PerlApp (not using -tiny option either which requires a DLL). I do like the service packaging with PerlApp a lot. With perl2exe you have to use SRVANY which is just a workaround.