while (1) { my %h; $h{a} = \%h; } [download]
You may need to use weaken() from Scalar::Util
Dave.
In reply to Re: hash reference to itself by dave_the_m in thread hash reference to itself by ExReg