http://www.perlmonks.org?node_id=1001380


in reply to Re: Wrong dereference => Out of memory
in thread Wrong dereference => Out of memory

It totally does run out of memory! It causes Perl to spin into oblivion!

I know what causes it. I'll explain below...

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re^2: Wrong dereference => Out of memory