"be consistent" | |
PerlMonks |
Re^3: pod2usage questionby SolidState (Scribe) |
on May 10, 2005 at 13:05 UTC ( [id://455550]=note: print w/replies, xml ) | Need Help?? |
The BEGIN block is there to help figure out the correct LIB path, based on the script's path. The FindBin module might here you there. Check out the synopsys examples. Regarding the Pod::Usage problem, what happens if you move the "use Pod::Usage" line outside (before) the BEGIN block? Does that help? HTH :-)
In Section
Seekers of Perl Wisdom
|
|