in reply to Help needed on Test::BDD::Cucumber

Any particular reason you want to use Test::BDD::Cucumber? Test::More provides a much more stable, mature, well-understood and (frankly) sane testing framework.

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