Help for this page

Select Code to Download


  1. or download this
    my $hash = Tie::IxHash->new;
    $hash->Push('one' => 1, 'two' => 2);
    my @indices = $hash->Indices('two');
    my @results = $hash->Values(@indices);