http://www.perlmonks.org?node_id=216395


in reply to Re: Shipping standalone perl apps on Win32
in thread Shipping standalone perl apps on Win32

You're perfectly right, although perl2exe and perlApp seem to have their own problems :-)

It seems like PAR and App::Packer might be merging soon, so let's hope something good comes out of this marriage.

On another note -- another solution I found proposed is to just put wperl.exe, perl56.dll, the script and the necessary libraries in lib/ into a directory and install it like that. It also works nicely, and starts up faster. You could always create a shortcut to start the app.

  • Comment on Re: Shipping standalone perl apps on Win32

Replies are listed 'Best First'.
Re: Re: Shipping standalone perl apps on Win32
by Anonymous Monk on Oct 09, 2003 at 02:26 UTC
    I use tinyperl to do make small exe file, It is quite buggy but it works fine for very basics (not extra libraries used) things. Usually my exe are 94 Ko. plus the perl58.dll which is 380 ko. Do you think I can do stuff like that with a regular perl exe from your packager?? What would be the size of it?? thanx.. piČ