{ local $Data::Dumper::Quotekeys = 0; print Data::Dumper \%hash; # No quote keys sub_from_other_module(); # No quote keys in the calls to Data::Dumper from the other module } print Data::Dumper \%hash; # Quote keys sub_from_other_module(); # Quote keys as well