Could you explain, why does wrong dereference make my Perl out of memory
I use perl 5.8.8$ perl -e 'my $a = [{ test => { val => 1 } }, { test => { val => 2} }] +;print $a->{test}->{val}, "\n"' Out of memory!
Thank you
In reply to Wrong dereference => Out of memory by schetchik
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |