![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Re: problem with require lib fileby bmccoy (Beadle) |
on Dec 12, 2001 at 09:50 UTC ( #131179=note: print w/replies, xml ) | Need Help?? |
Library module files are supposed to return a true value. Having a one at the end accomplishes this. I don't recall the exact reason but I think it's because, underneath all of the fancy importing and namespace magic that 'use' does, there's a 'do FILE' deep down, and it returns the last value evaluated in a file, and you will always want that to be true.
-- Brett Go not to the Elves for counsel, for they will say both no and yes
In Section
Seekers of Perl Wisdom
|
|