Posted on 2006-02-24 18:35:05-08 by perldude69
XBase file size limitations?
Does anyone know if there is a file size limitation on the XBase mod? I have a dbf file that is around 80 MB, and XBase wont parse it. My script works fine with smaller files.
use XBase; my $table = new XBase 'mmstoffe.dbf' or die XBase->errstr; $table->dump_records("fs" => ",", "rs" => "\n");
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.