sub AUTOLOAD { our $AUTOLOAD; my $subroutine_name = $AUTOLOAD; ... } #### perl -e "$,=$\=$/; print keys %::"