![]() |
|
P is for Practical | |
PerlMonks |
Re^3: Par Packer can't locate loadable module (pp -x or pp -l or pp -x -l )by Anonymous Monk |
on Mar 07, 2013 at 11:27 UTC ( #1022205=note: print w/replies, xml ) | Need Help?? |
Ack, I did it again! I actually meant to say -x not -X -X is considered (by me) "advanced usage", like if you're trying to cut down on file-sizes , so you create a CORE.par and DBI.par, and then when creating foo.exe/bar.exe/baz.exe , each loads CORE.par/DBI.par without including it inside of foo.exe bar.exe So you can update CORE.par and DBI.par without updating foo.exe, but if DBI.par is missing, foo.exe breaks An alternative to pp/PAR is http://www.cavapackager.com/appdocs/contents.htm
In Section
Seekers of Perl Wisdom
|
|