- or download this
Can't use string ("test") as a HASH ref while "strict refs" in use at
+...
- or download this
use strict;
use warnings;
...
foreach my $key ( keys(%{$closurehash}) ) {
print "$closurehash->{$key}->{'name'}\n";
}
- or download this
create hashref
fake35
add to hashref
Can't use string ("test") as a HASH ref while "strict refs" in use at
+noname1.pl line 14.
- or download this
use strict;
use warnings;
...
foreach my $key ( keys(%{$closurehash}) ) {
print "$closurehash->{$key}->{'name'}\n";
}
- or download this
create hashref
fake35
...
test
delete from hashref
test