|
|
| Come for the quick hacks, stay for the epiphanies. | |
| PerlMonks |
PerlApp weirdnessby chinman (Monk) |
| on Jul 21, 2001 at 05:20 UTC ( [id://98627]=perlquestion: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.chinman has asked for the wisdom of the Perl Monks concerning the following question:
Now, here's the deal:
I'm trying to compile a fairly complex set of scripts. A couple of the scripts are called via require. Even when I specify adding both explicitly with the -a switch, one gets successfully packaged and the other does not. I have checked all of the "require"d scripts to make sure there is a 1; at the end. The scripts are also required explicitly (i.e., no variable names). Oddly, I can get the packaging to work if I use the -b option on the one that does not get added. Anybody have a clue what up with this? Here's some output from the compile process: PerlApp -s=xznova.pl -e=xznova.exe -a=znova.pl;graphspec.pl -f -v -r Input script name: xznova.pl
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||