Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: how to extract data from an array using a condition

by wfsp (Abbot)
on Jun 18, 2011 at 16:47 UTC ( [id://910337]=note: print w/replies, xml ) Need Help??


in reply to how to extract data from an array using a condition

It may be worth havine a look at Text::CSV (which can work with tabs too). The column_names method shows how you might get the names from the header (i.e assuming it is the first line). Subsequent get_line_hr calls will then return a hash ref keyed on column names.

It would be fairly straight forward to identify which records you need.

If you need help with that post a shortish/simplified example of your data.

Good luck!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-20 02:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found