Really nifty if you have to parse a CSV file with French text with accented characters and newlines in it...use Text::CSV_XS; $csv = Text::CSV->new({binary => 1}); ... $csv->parse($_); @fields = $csv->fields();
In reply to Re: Re: Text::CSV
by dilbert
in thread Text::CSV
by TStanley
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |