Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Tie::DxHash;
    ...
        print "$key, " foreach ($foo{$key})
    }
    
  2. or download this
    %hash = ( one => [1.2, 1.6, 1.9],
              two => [2],
              three => [3]);