Subject: Re: Load a Text file (newbie)
From: ts <decoux moulon.inra.fr>
Date: Mon, 4 Mar 2002 23:23:51 +0900
References: 35218
In-reply-to: 35218
>>>>> "D" == Douglas J van Vliet <dougie / global.co.za> writes:
D> Is there a way of loading a text file in memory and then accessing the lines
D> one at a time?
Have you tried with IO::readlines ?
It will give you an array
Guy Decoux