On 07/21/2006 01:24 AM, Sayed, Irfan (Irfan) wrote:
Hi,

I need to read a specific file and put the each line of
that file into an array.

I mean first line will go to the first position of the
array , second line [should] go to the second position of the
array and so on.

How do i do that ?

Please let me know.

Regards Irfan.



That's pretty basic. Read 'perldoc -f open' was well as the other introductory Perl documentation. There is a 99% chance that the information you need is already on your computer. Please read it.



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to