![]() |
pp question (PAR::Packer)
When I compile perl code with pp ( PAR::Packer),
does pp pack all used modules into same executable ? Thanks Yakov |
Re: pp question (PAR::Packer)
"Yakov" <iler.ml@gmail.com> wrote in message
news:1176056439.075071.121920@y66g2000hsf.googlegr oups.com... > When I compile perl code with pp ( PAR::Packer), > does pp pack all used modules into same executable ? Have you even read the manpages? It says so right there: "If you want to make an executable that contains all module, scripts and data files, please consult the pp utility instead" |
Re: pp question (PAR::Packer)
Yakov wrote:
>When I compile perl code with pp ( PAR::Packer), >does pp pack all used modules into same executable ? Yes, and no. PAR needs to extract the modules to a temporary directory when trying to run the script. So, it's bogus. The other, commercial packers (Perl2exe, PerlApp) don't need to do that. -- Bart. |
| All times are GMT. The time now is 08:36 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.