Re: Parsing of a File and SEARCH ...........HELP!!!!!!!!!!!!!

2001-07-17 Thread Lynn Glessner
while loop will read each line until it reaches EOF. - Original Message - From: "Rahul Garg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 11:15 PM Subject: Re: Parsing of a File and SEARCH ...HELP!

RE: Parsing of a File and SEARCH ...........HELP!!!!!!!!!!!!!

2001-07-17 Thread Brian
M > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Parsing of a File and SEARCH ...HELP! > > > > > one more simpleQ... > > After opening the file , > How to read a file line by line...sample code > > &g

RE: Parsing of a File and SEARCH ...........HELP!!!!!!!!!!!!!

2001-07-16 Thread Brian
M > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Parsing of a File and SEARCH ...HELP! > > > > > one more simpleQ... > > After opening the file , > How to read a file line by line...sample code > > &g

Re: Parsing of a File and SEARCH ...........HELP!!!!!!!!!!!!!

2001-07-16 Thread Rahul Garg
; To: Rahul Garg <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 6:10 PM Subject: Re: Parsing of a File and SEARCH ...HELP! > On Jul 16, Rahul Garg said: > > >1)I want to look out for a particular string in a file. > > Actu

Re: Parsing of a File and SEARCH ...........HELP!!!!!!!!!!!!!

2001-07-16 Thread Jeff 'japhy' Pinyan
On Jul 16, Rahul Garg said: >1)I want to look out for a particular string in a file. > Actually there is only one strng in each line of a file. >How to search for it.sample codeas i am new to syntax of perl For just finding ONE string in ANOTHER string, the index() func

Parsing of a File and SEARCH ...........HELP!!!!!!!!!!!!!

2001-07-16 Thread Rahul Garg
Hello Everybody, well i am looking for various types of searching...help 1)I want to look out for a particular string in a file. Actually there is only one strng in each line of a file. How to search for it.sample codeas i am new to syntax of perl 2)I want to l