in reply to Re: if (open(FH, $path)) { ?
in thread if (open(FH, $path)) { ?

I would do it that way but I don't want users who don't have access to the file to realize they don't. I'm setting up links to edit the current page.

Replies are listed 'Best First'.
Re: Re: Re: if (open(FH, $path)) { ?
by jdporter (Paladin) on May 03, 2004 at 15:00 UTC
    In that case, don't print anything if the open fails.