in reply to Re^2: Break out of program to get correct logic (total count)
in thread Break out of program to get correct logic (total count)

Please see Yes, even you can use CPAN.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re^3: Break out of program to get correct logic (total count)