![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
comment on |
( #3333=superdoc: 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 reply to Re: pp with gui
by Anonymous Monk
|
|