Matthew Sacks wrote:
> Hello Folks,
>  
> Has anybody used Data::Table?
>  
> I am specifically interested munching some huge tab separated file.  When 
> reading/writing it, I want to be very strict about what characters comprise 
> valid data.
>  
> Suggestions?
>  
> -matthew
> 

Text::CVS_XS is also popular for this type of thing. Despite the name it
will handle data formatted by definitions other than commas. If you are
going to be manipulating the data via similar methods as an SQL database
you may wish to consider DBI using the DBD::CSV driver.

Having said that I don't have specific experience or reasons not to use
Data::Table.

Good luck,

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to