--- [EMAIL PROTECTED] wrote:
> > Curtis,
> >     I couldn't find this module in my standard PERL lib path. I guess I
> should get this from cpan.org. Right?
> > [sathish]

Yes.  You can get it from the mirror
http://theoryx5.uwinnipeg.ca/mod_perl/cpan-search?dist=Text-CSV_XS-0.23

Note that this is an XS module, so you'll want to use a make utility to install it.

There's also Text::CSV, but I understand that this module has some problems (not 
handling embedded
newlines, if I recall correctly, but I'm not sure).

Cheers,
Curtis "Ovid" Poe

=====
"Ovid" on http://www.perlmonks.org/
Someone asked me how to count to 10 in Perl:
push@A,$_ for reverse q.e...q.n.;for(@A){$_=unpack(q|c|,$_);@a=split//;
shift@a;shift@a if $a[$[]eq$[;$_=join q||,@a};print $_,$/for reverse @A

__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to