Timothy,
I'd use a proper module for something like this. CSV data can get tricky, so see if you can install Text::CSV_XS. Here's some sample code: use strict; use Text::CSV_XS; > Curtis, > I couldn't find this module in my standard PERL lib path. I guess I should get this from cpan.org. Right? > [sathish] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]