Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How to parse a tab delimited file

by radiantmatrix (Parson)
on Nov 26, 2004 at 14:55 UTC ( [id://410584]=note: print w/replies, xml ) Need Help??


in reply to How to parse a tab delimited file

All of the modules I've seen mentioned so far would work, but as I've just solved this same problem (multiple delimiters for different files that must go through the same code), I will offer this: Text::xSV benchmarked much faster than anything other than Text::CSV_XS -- and it was close between them. The latter, however, isn't available through ASPN, so not so good for ActivePerl/Windows users.


radiantmatrix
require General::Disclaimer;
Perl is

Replies are listed 'Best First'.
Re^2: How to parse a tab delimited file
by TStanley (Canon) on Nov 26, 2004 at 21:28 UTC
    The latter, however, isn't available through ASPN, so not so good for ActivePerl/Windows users.

    Thats strange, I was able to use PPM to download and install both Text::xSV and Text::CSV_XS. I'm using ActiveState Perl 5.8 (Build 806) on Windows XP Home Edition

    TStanley
    --------
    The only thing necessary for the triumph of evil is for good men to do nothing -- Edmund Burke

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 00:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found