Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Text::CSV and getline_hr_all

by Tux (Canon)
on Feb 01, 2016 at 21:59 UTC ( [id://1154232]=note: print w/replies, xml ) Need Help??


in reply to Text::CSV and getline_hr_all

Get Text::CSV_XS and use it's csv function:

use Text::CSV_XS qw( csv ); my $aoh = csv (in => $file, headers => "auto", sep => "|", allow_white +space => 1);

Enjoy, Have FUN! H.Merijn

Log In?
Username:
Password:

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

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

    No recent polls found