Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

use Text::CSV 1.13 please - if you can get it

by Win (Novice)
on Sep 25, 2009 at 12:53 UTC ( [id://797493]=perlquestion: print w/replies, xml ) Need Help??

Win has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: use Text::CSV 1.13 please - if you can get it
by marto (Cardinal) on Sep 25, 2009 at 12:59 UTC

    You already have been told that the version of the module you have installed won't work, you also have another thread open, with answers, addressing the installation problems. By reposting you are wasting your time and ours.

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: use Text::CSV 1.13 please - if you can get it
by Tux (Canon) on Sep 25, 2009 at 13:23 UTC
    C:\Tmp> perl -pi -we's{Text::CSV}{Text::CSV_XS}g' *.pl

    Problem solved?


    Enjoy, Have FUN! H.Merijn
    A reply falls below the community's threshold of quality. You may see it by logging in.
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: use Text::CSV 1.13 please - if you can get it
by Anonymous Monk on Sep 25, 2009 at 14:16 UTC
    I've hit this problem before, the root cause is that you're missing Text::CSV::Pebkac, which only entered the distribution at version 0.42. There are two ways to solve this, you can either
    cpan> install force install Text::CSV::Pebkac
    (if that doesn't work try forcing a specific version, starting with the most recent).

    Or you can manually install the module. It doesn't exist in it's own file, rather it's part of Text/CSV.pm. So go to search.cpan.org and browse older distribtutions of Text::CSV (which will work with your environment), search for the "package PEBKAC" and copy everything after that into your own installation.
    A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://797493]
Approved by AnomalousMonk
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2025-07-11 03:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.