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...
- Re: Update: Where to begin??!!?? Greg Meckes
- Re: Update: Where to begin??!!?? Dave Cross
- Re: Update: Where to begin??!!?? Greg Meckes
- Re: Update: Where to begin??!!?? Dave Cross
- Re: Update: Where to begin??!!?? Michael Wolfrom
- Re: Update: Where to begin??!!?? Dave Cross
- RE: Update: Where to begin??!!?? Crystal Gruetzmacher
- RE: Update: Where to begin??!!?? Greg Meckes
- Re: Update: Where to begin??!!?? Dave Cross
- RE: Update: Where to begin??!!?? Peter Cornelius
- RE: Update: Where to begin??!!?? Dave Cross
- RE: Update: Where to begin??!!?? Peter Cornelius