Operating System - HP-UX
1753826 Members
8649 Online
108805 Solutions
New Discussion юеВ

Perl: DBI::CSV where to find it?

 
SOLVED
Go to solution
Javier Gutierrez
Occasional Contributor

Perl: DBI::CSV where to find it?

Hallo Guys,

I need to handle CSV files.
Can you tell me where to find this module?
Or at least recomend a good method to handle these kind of files like tables.

I should use it on a Solaris 8.

Thanks.
2 REPLIES 2
Ravi_8
Honored Contributor

Re: Perl: DBI::CSV where to find it?

Hi,

I have installed perl from the recent application media,
never give up
H.Merijn Brand (procura
Honored Contributor
Solution

Re: Perl: DBI::CSV where to find it?

http://search.cpan.org

you need either CSV_XS [ fast like hell, but you need a C compiler ] or CSV [ a plain perl interface to CSV ] or DBI::CSV (or alike)

just type CSV in the search box of above link

perl binaries available from https://www.beepz.com/personal/merijn have CSV_XS builtin
Enjoy, Have FUN! H.Merijn