http://www.perlmonks.org?node_id=1022205


in reply to Re^2: Par Packer can't locate loadable module
in thread Par Packer can't locate loadable module

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