Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: how do I open each line of a text file into seperate arrays?

by lindex (Friar)
on May 01, 2001 at 02:39 UTC ( [id://76798]=note: print w/replies, xml ) Need Help??


in reply to Re: how do I open each line of a text file into seperate arrays?
in thread how do I open each line of a text file into seperate arrays?

open(my($fd),"./file") or die($!); @a=map{split('|',$_)}<$fd>; close($fd);
my 2 cents :)


lindex
/****************************/ jason@gost.net, wh@ckz.org http://jason.gost.net /*****************************/

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://76798]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-16 12:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found