Re: Running pp from inside a perl script/PAR generated executable

2019-05-31 Thread Daniel Knutsen
It worked. I just had to manually include all of the modules that PAR *and *my script needed - inside the pp file. Thanks again and have a great weekend. On Fri, May 31, 2019 at 1:50 PM Daniel Knutsen wrote: > Thanks for the feedback. Good thought. Gave it a try and it looks like > PAR is no

Re: Running pp from inside a perl script/PAR generated executable

2019-05-31 Thread Daniel Knutsen
Thanks for the feedback. Good thought. Gave it a try and it looks like PAR is not packaging everything it needs when I pp "pp". The error I get is "cant locate Heavy.pm". I'm going to keep experimenting with this to see if I can get it grab everything it needs. Cheers, Dan On Fri, May 31, 20

Re: Running pp from inside a perl script/PAR generated executable

2019-05-31 Thread Oliver Betz
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 t

Re: Running pp from inside a perl script/PAR generated executable

2019-05-31 Thread Roderich Schupp
On Fri, May 31, 2019 at 6:05 AM 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 > trying to use PAR to basic

Running pp from inside a perl script/PAR generated executable

2019-05-30 Thread Daniel Knutsen
Good evening, 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 trying to use PAR to basically "package itself" such that I can command gen