Re: Running pp from inside a perl script/PAR generated executable
[email protected] (Oliver Betz) Fri, 31 May 2019 10:37:17 +0200
| Newsgroups | perl.par |
|---|---|
| Message-ID | <[email protected]> |
Daniel Knutsen wrote: > I am trying to distribute a perl script that generates stand-alone > executables using pp (via the system command...) to some co-worker(s). > They don't have Perl/PAR::Packer installed on their machines...so I am First of all: What OS are you using - Windows? I'm so cheeky to question the requirements: Is it really necessary to distribute "single executable" or do you just need an easy-to-run portable package (consisting of several files)? Why don't your co-workers install PAR-Packer? Oliver