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!
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
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
;
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
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
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