Help for this page

Select Code to Download


  1. or download this
    sub printhash {
        my $hash = shift;
    ...
            print "$key : $hash->{$key}\n";
        }
    }