- or download this
#!/usr/bin/perl -w
use strict;
...
});
}
__END__
- or download this
$ ./testhashdel
Use of freed value in iteration at ./testhashdel line 27.
- or download this
athashleveldo($_, $n-1, $action) for values %$h;
- or download this
my @v = values %$h;
athashleveldo($_, $n-1, $action) for @v;