Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    use Tie::IxHash;
    ...
          while ( my ($k, $v) = each %{dummy} ) { print $k." =". $v ."\n";
    + }
      }
    }
    
  2. or download this
    NEW
    one =11
    ...
    two =12
    four =34
    five =25