Help for this page

Select Code to Download


  1. or download this
      sub dump_hash(\%) {
        my $hr = shift;
    ...
    
      my %hash = ( ...whatever... );
      dump_hash(%hash);