Help for this page

Select Code to Download


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