in reply to no critic

Perl::Critic is a tool to help you if you feel your life is lacking in hoops to jump through. Adding "## no critic" to random lines of your Perl code is one of the hoops it likes you to jump through.

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