Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Can I clean this up??

by PhiRatE (Monk)
on Jul 24, 2002 at 21:59 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-23 15:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found