Roger Burton West
Thu, 14 Jun 2001 01:41:33 -0700
On or about Thu, Jun 14, 2001 at 10:01:33AM +0100, Robert Thompson typed: >CSV is an option - except that an awful lot of the data will need to be >escaped out before it goes into the file, and I would rather only have to do >when its rendered out to the browser. DBD::CSV is your friend. Sits on top of Text::CSV_XS and gives you a basic SQLish interface. Roger