Help for this page
my @values; push @values, $hash{$_} for qw( key1 key2 key2 );
my @values = @hash{ qw( key1 key2 key3 ) };