You can turn off the quotes as I described in my previous post, but I sincerely doubt if that is wise, as you're breaking with standards:
my $csv = Text::CSV_XS->new ({ quote_char => undef });And having no quote character might break any standard-compliant parsers.
In reply to Re^3: Text::CSV_XS issue
by Tux
in thread Text::CSV_XS issue
by kevind0718
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |