I found this module via "Data Munging" from David Crossuse Text::CSV_XS; my $csv = Text::CSV->new; # reading $csv->parse(<STDIN>); my @fields = $csv->fields; #or writing: $csv->combine(@fields); print $csv->string;
Best regards,
perl -le "s==*F=e=>y~\*martinF~stronat~=>s~[^\w]~~g=>chop,print"
In reply to Re: csv output
by strat
in thread csv output
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |