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