On Thu, 2008-22-05 at 17:24 +0300, Gabor Szabo wrote:
> On Thu, May 22, 2008 at 5:21 PM, Guy Hulbert <gwhulbert@eol.ca> wrote:
> > On Thu, 2008-22-05 at 16:28 +0300, Gabor Szabo wrote:
> >> upgraded Text::CSV_XS, and now it can eat it.
> >
> > I downloaded v 0.45 from CPAN ... is that the version you patched and
> > could you post the patch please.
>
> I did not patch it. I just used it :-)
> with
>
> Text::CSV_XS->new({ allow_whitespace => 1 });
>
> as Tux (the maintainer) suggested on IRC.
Thanks ... my script (attached) now works. It matches its input against
the second field and prints the line:
$ ./cp-find Stream
libdata-dump-streamer-perl Data-Dump-Streamer 2.08-40 0 0
libfinance-streamer-perl Finance-Streamer 1.10 0 0
libxml-stream-perl XML-Stream 1.22 0 0
in case someone else finds this useful (it needs a copy of CPANTS.txt in
'.' but that's easy to arrange).
>
> Gabor
>
--
--gh
Attachment:
cp-find
Description: Perl program