in reply to Re: Best perl compiler??
in thread Best perl compiler??

"Others told you that there is no Perl compiler"

Actually, there is... B::C. Prior to 5.10 it was distributed alongside Perl. It's never been especially reliable, but it works in some cases.

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