in reply to
why do some perl files end with 1;
A module that is
use
ed or
require
d by other perl code needs to return a true value.
That's what the
1;
is for. See
perlmod
for details.
Comment on
Re: why do some perl files end with 1;
Download
Code
In Section
Seekers of Perl Wisdom