It seems it's impossible to have a lexically scoped hash
be an alias for the referent of a $hashref. I'm curious to
find a way to do this avoiding the useless copying of values through `my %new = %$hashref'. Is an alias like that at least
doable with package variables and typeglobs?