foreach my $item ( @array ) { if ( $item eq $where ) { push ( @result_array, ( $hash{$item} ) ? $hash{$item} : $item ); } }