in reply to Changing the name of STDOUT...
so you can $mailing = 0; $debug =40; and get stderr and no mail. Just keep your debug in line w/ your MAILPIPE data as the code evolves.print MAILPIPE 'blah $blah' if $mailing; print STDERR "trying MAILPIPE 'blah $blah'\n" if $debug > 30;
a
|
|---|