use strict; use warnings; sub this { print "Hello world!\n"; } sub this { print "Goodbye world!\n"; } this();