in reply to Re^4: Any one know how to use sigtrap with moose?
in thread Any one know how to use sigtrap with moose?

Indeed, but there's always Scalar::Util::weaken for that.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re^5: Any one know how to use sigtrap with moose?