RE: Sort of Conceptual, Syntax, and modules related questions

2002-03-23 Thread Timothy Johnson
Oops! The exclamation point in number 7 was a typo. -Original Message- From: Timothy Johnson To: 'Connie Chan '; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 3/22/02 1:59 PM Subject: RE: Sort of Conceptual, Syntax, and modules related questions 1. It will only read the

RE: Sort of Conceptual, Syntax, and modules related questions

2002-03-23 Thread Timothy Johnson
hope this puts you on the right track to a whole new mess of questions! :) -----Original Message- From: Connie Chan To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 3/22/02 1:30 PM Subject: Sort of Conceptual, Syntax, and modules related questions Dear All, I have sort of questions, would yo

Sort of Conceptual, Syntax, and modules related questions

2002-03-22 Thread Connie Chan
Dear All, I have sort of questions, would you please give me some hint, even refering me to a perldoc would be nice too. 1. When I open a text file with *lines, however, I just want to read the first line, would this be a good idea ? open (FILE, "textfile.txt"); $firstline = ; close (FILE); w