On Sat, 2006-24-06 at 10:50 -0400, Ryan Frantz wrote: > 'CSV' means _Comma_ Separated Values. Semicolons won't work.
CSV are also doubly escaped. Commas in CSV are escaped by placing them inside double-quotes. Double-quotes, inside double-quotes, are escaped by placing two in a row; but if they're outside double-quotes, there's just one of them. The following is a valid CSV line: ,",","""","""""",""",""" Confused? I recommend you find a module in CPAN to format your output correctly. http://search.cpan.org/ -- __END__ Just my 0.00000002 million dollars worth, --- Shawn "For the things we have to learn before we can do them, we learn by doing them." Aristotle * Perl tutorials at http://perlmonks.org/?node=Tutorials * A searchable perldoc is at http://perldoc.perl.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>