Help for this page

Select Code to Download


  1. or download this
    my %hash = (
        EX     => { sort => 30, data => 'ArraySite' },
    ...
    
        print $key, " => ", $hash{$key}->{data}, "\n";
    }
    
  2. or download this