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