Re: [rt.cpan.org #132811] Win32: Crash a week after start

[email protected] (Oliver Betz) Sat, 13 Jun 2020 07:36:14 +0200
Newsgroups perl.par
Message-ID <[email protected]>
Ralf.Neubauer wrote:

> Is there a better way?

did you consider to use pp to crete the set of required files, but *not*
at runtime?

You can then put all the required files to a safe directory, optionally
even write protected for ordinary users to avoid unexpected modification.

I made a simple launcher replacing perl.exe if your users don't want to
need to invoke perl.exe yourapplication.pl

I remember there is even an "unpacker" from another user to extract all
the needed files from a pp created exe archive.

Oliver