my %hash = ( abe => 1, lincoln => 2 ); print for @hash{ abe => lincoln }; __END__