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