in reply to TinyPerl for Win32

With this being so small, maybe we could use it as an alternative to perl2exe? Throw in the recent .par distribution method and we may finally be able to distribute perl applications...

Any performance gain/loss with UPX?

Replies are listed 'Best First'.
Re: Re: TinyPerl for Win32
by gmpassos (Priest) on Dec 30, 2002 at 02:47 UTC
    Take a look in the PerlBin project at sourceforge:
    http://perlbin.sourceforge.net

    PodMaster and I are working on that, and TinyPerl use the same idea, well, it was the first to use this. TinyPerl has a small script inside it that loads LibZip before run your file.

    About UPX I don't see any difference in the performance, they made a very good algorithm for binary compression, and it's very fast!

    Graciliano M. P.
    "The creativity is the expression of the liberty".

      Is there any further development on TinyPerl? Is source code available? I want to modify it for my needs... Thanks for the great tool! :)