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


in reply to Re: Forcing array context on a file handle
in thread Forcing array context on a file handle

Yes, I was a bit surprised by the assertion that this didn't work. I can only suppose the OP forgot the angled brackets when testing.

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