Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Perl Misc (http://www.velocityreviews.com/forums/f67-perl-misc.html)
-   -   pp question (PAR::Packer) (http://www.velocityreviews.com/forums/t902603-pp-question-par-packer.html)

Yakov 04-08-2007 06:20 PM

pp question (PAR::Packer)
 
When I compile perl code with pp ( PAR::Packer),
does pp pack all used modules into same executable ?

Thanks
Yakov


Lambik 04-08-2007 10:33 PM

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"



Bart Lateur 04-10-2007 05:42 AM

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.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57