use warnings; use strict; sub hello { print "Hello!\n" } 1;