in reply to Re^4: Making each(@ary) work on 5.10?
in thread Making each(@ary) work on 5.10?

I did look at ex::override, but each doesn't seem to show up in that grep on toke.c that they suggest, which seemed to suggest that ex::override would not work.

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