[Chicago-talk] Removing Characters

Mike Fragassi frag at ripco.com
Mon Oct 22 08:24:20 PDT 2007


Try Text::ParseWords.  You'll need to use something like:

   my @words = &quotewords(',', undef, $line);

-- Mike F.

On Mon, 22 Oct 2007, tiger peng wrote:

>
> Hello,
>
> There must be better way for removing the double quote in a CSV file 
> optionally quoted by double quote. What I did as below is ugly and not 
> reliable. Could anyone provide one beautify line?


More information about the Chicago-talk mailing list