in reply to csv output
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"
|
|---|