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


in reply to Re^3: Perl list items
in thread Perl list items

Nitpicking perhaps, but "item" and "items" are different names. :-)

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