http://qs321.pair.com?node_id=107873


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