use strict; sub top { print "Top stuff

"; } sub test { print "Bottom stuff

"; } 1;