Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: CSV String Split

by afoken (Chancellor)
on Nov 17, 2012 at 19:42 UTC ( [id://1004345]=note: print w/replies, xml ) Need Help??


in reply to CSV String Split

The standard answer to problems reading and writing CSV files is Text::CSV_XS. To abuse CSV files as databases, use DBD::CSV, which uses Text::CSV_XS internally.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

Replies are listed 'Best First'.
Re^2: CSV String Split
by jcleland (Acolyte) on Nov 17, 2012 at 20:11 UTC
    Thanks! I should have checked cpan first. So installing the package is a problem using
    >$ cpan Text::CSV_XS
    I guess I'll work on that one.

Log In?
Username:
Password:

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

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

    No recent polls found