Help for this page
use TestModule; print "I am exiting now.\n";
package TestModule; ... sub blah { "blah!" } 1;