Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        print $key, " => ", $hash{$key}, "\n";
    }
    
  2. or download this
    one => 3
    two => 2