my $hash_ref = { A => 1, B => 2, C => 3, }; my %hash = %{$hash_ref}; # becomes an explicit hash