Help for this page

Select Code to Download


  1. or download this
    my %seen;
    for my $key ( 'Number', keys %hash) ) { 
    ...
        my $value = $hash{$key};
        print "$key => $value\n";
    }