in reply to
END in packages
END is for the module cleanup code. Your module must return true, hence the 1. END is basically a destructor, and won't be returned the same as the last line of the file.
You might want to read
perlmod
Hope this helps..
Rich
Comment on
Re: END in packages
In Section
Seekers of Perl Wisdom