Home : General : Perl Programming :

General: Perl Programming: Re: [Alex] form script modification: Edit Log

Here is the list of edits for this post
Re: [Alex] form script modification
I always thought the precedence was:

open FH, $file || die $!;

or

open (FH, $file) or die $!;

...not sure why I thought that. Looking at it now, I can see why it needs to be the other way around...doh.

Last edited by:

Paul: Jun 14, 2002, 2:16 PM

Edit Log: