in reply to Pearls (not really) of Perl programming
my %hash = %{$href}; $hash{"abc"} = 1; $href = \%hash; [download]