print Dumper { %hash {qw{ a b c }} }; #### print Dumper { map { $_, $hash{$_} } qw( a b c ) };