Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        print "$k, $v\n";
      }
    }
    
  2. or download this
    full set of keys: <c a b>
    print all key-value pairs:
    ...
    b, 2
    
    #whoops - no c, 3 printed out!!!