http://qs1969.pair.com?node_id=350077


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

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.
  • Comment on Re: Re: Re: Re:x2 if (open(FH, $path)) { ? (I got the resource acquisition blues)

Replies are listed 'Best First'.
Re: Re: Re: Re: Re:x2 if (open(FH, $path)) { ? (I got the resource acquisition blues)
by bkiahg (Pilgrim) on May 03, 2004 at 16:49 UTC
    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.