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