Help for this page
sub whatever { #... my ($method) = ( caller(0) )[3]; #... }
sub whatever { #... my $method= "whatever"; #... }