Help for this page
my $subname = lc($mmx) . '_' . lc($sah) . '_' . lc($fu +nction); *$AUTOLOAD = sub { ... goto &$subname; # or &{*$subname{CODE}} ?? }; goto &$AUTOLOAD;