in reply to
Perl Module ending without 1;
There is no requirement for
1;
, or any other exact line, at the end of a module or script. All that does is ensure that the module returns 1 rather than whatever the previously most recent value was.
Comment on
Re: Perl Module ending without 1;
Download
Code
In Section
Seekers of Perl Wisdom