- or download this
$self->{&{\&{$testname}}}->($system); #system is hashref
- or download this
Use of uninitialized value $self in concatenation (.) or string
Can't call method "_idown" on an undefined value
Can't call method "_idown" on an undefined value
- or download this
sub method {
my $self = shift or die join(", ", caller()), "\n";
...
}