in reply to Re^2: Copy of an anonymous hash?in thread Copy of an anonymous hash?
Nope, it'll still point to the same underlying hash.
freebie:~ 702> perl -le '$a={qw(a b)};$b=\%{$a};print "$a\t$b"' HASH(0x804c844) HASH(0x804c844) [download]