in reply to Re: Global or not global
in thread Global or not global

Indeed - global variables are a symptom of the underlying design problem, they're not a problem in themselves.

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