Help for this page
use warnings; use strict; ... my $sub = "main::$_"; print "$_\n" if defined &$sub; }