use strict; sub foo { print "hi\n"; } foo; &foo;