Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Changing the name of STDOUT...

by a (Friar)
on Feb 20, 2001 at 10:44 UTC ( [id://59603]=note: print w/replies, xml ) Need Help??


in reply to Changing the name of STDOUT...

Well, your talk of complexity later on included; build it w/ the debug in and a non-mailing mode:
print MAILPIPE 'blah $blah' if $mailing; print STDERR "trying MAILPIPE 'blah $blah'\n" if $debug > 30;
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.

a

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://59603]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (None)
    As of 2024-04-25 00:51 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found