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


in reply to Re: Program unexpectedly terminates
in thread Program unexpectedly terminates

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: Program unexpectedly terminates
by tobyink (Canon) on Nov 19, 2012 at 09:41 UTC

    Thank you for providing code that neither compiles nor illustrates your problem Mr Anonymous.

    perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'