On Tue, Mar 13, 2012 at 20:32, Dirk Joos <d...@dirkundsari.de> wrote:
> Is there a way to pack this script consisting of two perl scripts into a > standalone executable without needing to have perl installed. TL;DR: No. If you need a second Perl interpreter, try using fork or threads. Technically, the cache area (after unpacking) contains a special purpose Perl interpreter, but it's not meant to be invoked explicitly. Cheers, Roderich