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

Re: Re: Re:x2 if (open(FH, $path)) { ? (I got the resource acquisition blues)

by bkiahg (Pilgrim)
on May 03, 2004 at 15:15 UTC ( [id://350040]=note: print w/replies, xml ) Need Help??


in reply to Re: Re:x2 if (open(FH, $path)) { ? (I got the resource acquisition blues)
in thread if (open(FH, $path)) { ?

If I add an if (open(FH, $path) or die "$!") { doesn't that kill the application?

I still want it to print out the rest of the webpage.

Update2: Nevermind.

Replies are listed 'Best First'.
Re: Re: Re: Re:x2 if (open(FH, $path)) { ? (I got the resource acquisition blues)
by ysth (Canon) on May 03, 2004 at 16:40 UTC
    It kills more than the if statement; if open is failing but your application isn't dying, you must be in an eval or something.
      Your right, I was printing out part of a webpage before the or die and it doesn't print any errors. Just ends the application.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-28 12:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found