1611 shaares
17 private links
17 private links
2 results
tagged
method
my $caller_method_with_namespace = (caller(0))[3];
my ($method) = $caller_method_with_namespace =~ /([^::]*)$/;