in reply to Re^2: No output to screen or output file
in thread No output to screen or output file

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