sub one { print "one\n"; } sub two { print "two\n"; } sub three { print "three\n"; } __DATA__ sub four { print "four\n"; }