pp question (PAR::Packer)

Y

Yakov

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

Thanks
Yakov
 
L

Lambik

Yakov said:
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"
 
B

Bart Lateur

Yakov said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Par::packer 1
PAR, PAR::Packer 1
perl588 PAR PP bug? 1
PAR packer Error 3
PAR and pp 3
an exe (generated by pp) then using ShellExecute to catch the error 3
Perl script to exe 8
pp failing 3

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top