Daniel David a İcrit :

> Hi ,
>
> how do you open a file - starting at a particular line?
> eg to start reading the file from line 500 ?
>
> thanks for your help.
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

Hi Daniel !

I had quite a same pb when i wanted to clean a log file without building
a new one...

After some investigations, i found the trick for the idea i had  .

Treat the file in as i twas a big array, each line would have been a
complete record...

The great Module Tie::File does the trick for you !

Try it and yu'll love it !

HTH :O)

Jean-Luc B.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to