Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: Can I clean this up??

by PhiRatE (Monk)
on Jul 24, 2002 at 21:59 UTC ( #185046=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(MAIL,"|mailx blah") || die "No mail stuff: $! \n";
    if ($ct>0) {
        print MAIL "\n$ct ".($ct>1 ? "are not available" : "is down")." at
    + this time.\n";
    }
    close(MAIL);
    
  2. or download this
    open(MAIL,"|mailx blah") || die "No mail stuff: $! \n";
    print MAIL "\nSystems unavailable at this time: $ct\n" if ($ct>0)
    close(MAIL);
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2023-03-20 13:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (59 votes). Check out past polls.

    Notices?