in reply to Re: BooK proposes a new Perl secret operator
in thread BooK proposes a new Perl secret operator (Secret Operator References)

Too ambiguous. Many Ruby users call the fat comma (=>) the "hash rocket", and in Perl the numeric comparison operator (<=>) is often referred to as the "spaceship operator".

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