Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    while ( my( $key,$subhash ) = each %hash) {
        print "$key: $subhash->{$label1}\n" if exists $subhash->{$label1};
    }
    
  2. or download this
    a: 1
    d: 4
    h: 8
    b: 2
    f: 6