sub action { print "Action!"; } action; #### action; # error under strict and -w sub action { print "Action!"; }