On Fri, Jun 15, 2001 at 01:45:00PM -0700, Peter Cornelius 
([EMAIL PROTECTED]) wrote:
> > 
> > open (FILE_IN, "pslbingocard.dat")|| die "failed to open file\n";
> You really want an 'or' here -------^^ not '||'.  The operator precedence
> can bite you.

Only if you miss out the parenthesis around the parameters to 'open'. In
this case || works just fine.

Dave...

-- 

  .sig missing...

Reply via email to