package SomeModule; END { print "End of SomeModule\n"; } package main; END { print "End of main\n"; }