Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
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 ( #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.
  • Comment on Re: Re: Re:x2 if (open(FH, $path)) { ? (I got the resource acquisition blues)
  • Download Code

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? | Other CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2023-03-28 08:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (66 votes). Check out past polls.

    Notices?