![]() |
|
"be consistent" | |
PerlMonks |
Re: pp with guiby Anonymous Monk |
on Mar 28, 2013 at 03:59 UTC ( #1025844=note: print w/replies, xml ) | Need Help?? |
A Basic debugging checklist style print "PROGRAM STARTING\n"; can't hurt :) Turn on debugging ( set PAR_GLOBAL_DEBUG=1, see PAR::Environment) Try a simple diagnostic program pp -e " use Data::Dump; dd\@ARGV; dd\@INC; dd\%INC; dd\%ENV; use PAR; dd[PAR::read_file(q{MANIFEST})]; " PAR-Packer
Re^3: Par Packer can't locate loadable module (pp -x or pp -l or pp -x -l ), Re: Par Packer can't locate loadable module
In Section
Seekers of Perl Wisdom
|
|