Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: open failure code

by tachyon (Chancellor)
on Nov 26, 2003 at 23:17 UTC ( [id://310408]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (open FH, $log) {
    ....send tail of log file...
    } else {
    ....send "server is down. Perl say $!"
    }
    
  2. or download this
     
    blah() || do{ $scalar = 'blah'; more_stuff() }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found