Help for this page

Select Code to Download


  1. or download this
    my $index = $hash->{$string};
    ...
    ...
    my $value2 = $array2->[$index];
    ...
    my $valueN = $arrayN->[$index];
    
  2. or download this
    my $value1 = $hash1->{$string};
    my $value2 = $hash2->{$string};
    ...
    my $valueN = $hashN->{$string};