# Having a cake... sub hello { print "Hello!\n"; } #### # Having a cake... sub hello { print "Hello!\n"; } # And eating it, too! hello;