From: Michael Gerdau <[EMAIL PROTECTED]> > I'm trying to read a large CSV files (some 40000 records) with > DBD::CSV version 0.2002 and perl v5.8.1 built for > i586-linux-thread-multi > > Reading smaller CSV files (i.e. around 5000 records) works like a > charm. Only large ones fail.
If all you want to do is to read all records it would IMHO be more efficient to use Text::CSV_XS. If you needed any filtering you'd have to implement it yourself though, but there should be no limit on the number of rows. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery