# package stuff I expect/want to see first. BEGIN { # package stuff the compiler needs to see first. } package main; # my stuff that does stuff and junk. exit 0; # subs, if any __END__ =pod =cut leftover notes...