Re: Question about Error

2002-09-18 Thread John W. Krahn
Anthony Saffer wrote: > > Good Morning Everyone, Hello, > Got another question: I wrote my first Perl script last night and > it seemed to be error free on Windows. But when I uploaded it to > Linux (RH 7.3) it threw an error that I don't understand. From a > Google search it seems there could

Re: Question about Error

2002-09-18 Thread Anthony Saffer
27;Anthony Saffer'" <[EMAIL PROTECTED]>; "Perl Beginners List" <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 8:04 AM Subject: RE: Question about Error > Are you sure you know what this 'if' statement is doing? > It always evaluates

RE: Question about Error

2002-09-18 Thread Nikola Janceski
it's in quotes print (OUTFILE "$PNdString\n"); } else{ print(OUTFILE "$litem\n"); } > -Original Message- > From: Anthony Saffer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 18, 2002 9:04 AM > To: Perl Beginners List > Su

Question about Error

2002-09-18 Thread Anthony Saffer
Good Morning Everyone, Got another question: I wrote my first Perl script last night and it seemed to be error free on Windows. But when I uploaded it to Linux (RH 7.3) it threw an error that I don't understand. From a Google search it seems there could be a number of problems and I am not exp