Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^6: Making open fail

by bluescreen (Friar)
on Jul 05, 2010 at 18:30 UTC ( [id://848097]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub method_a {
       ...
    ...
       open(...) or die "Third ...";
    }
    
  2. or download this
    if ( $caller eq '_method_c') {
        return 0;
    }
    return 1;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-20 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found