Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: reading lines into an array

by vinoth.ree (Monsignor)
on Jun 11, 2013 at 03:24 UTC ( [id://1038186]=note: print w/replies, xml ) Need Help??


in reply to reading lines into an array

davido ++

use File::Slurp; my @lines = read_file("filename", chomp => 1); # will remove newline f +rom each line
This is the easiest method to each file content into array. If you need some validation for each line you can use grep in front of read_file.

More on reading file content into array,
How can we read each line from a file onto an array?


All is well

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-25 20:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found