Help for this page
sub AUTOLOAD { print "Hello!\n" } do_it(); __END__ Hello!
my $x = "do_"; my $y = "it"; ... do_it(); __END__ Hello!