in reply to Re^4: Space between digits
in thread Space between digits

You tried that. That is not working. But that is not the code I posted.

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