![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
How PAR pp works?by saintex (Scribe) |
on Jun 21, 2010 at 16:00 UTC ( #845769=perlquestion: print w/replies, xml ) | Need Help?? |
saintex has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks, I'm trying to understand how PAR works. First of all, I'm expecting it creates an executable file, with all dependencies resolved, but it seems it isn't so. So I tried to do a simple code, like this one, just to test how PAR works: And I'm trying to have an executable file, with all dependencies ("use switch") solved. I'm tring: pp -o hello.exe hello.pl But the switch is not in the executable libraries. En fact I have: I have also read the documentation and tried -B option, but without result. How can I build an executable file with deprecate.pm (or switch.pm) builded in it? Thank you
Back to
Seekers of Perl Wisdom
|
|