Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: Using Text::CSV

by Win (Novice)
on Sep 25, 2009 at 09:26 UTC ( [id://797435]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Using Text::CSV
in thread Using Text::CSV

Using that line gives me the following error message:
Can't locate auto/Text/CSV/getline.al in @INC (@INC contains: c:/Perl/ +lib c:/Perl/site/lib .) at Process_CSV.pl line 59 (#1) Uncaught exception from user code: Can't locate auto/Text/CSV/getline.al in @INC (@INC contains: +c:/Perl/li b c:/Perl/site/lib .) at Process_CSV.pl line 59 AutoLoader::AUTOLOAD('Text::CSV=HASH(0x15db250)', 'GLOB(0x15d5 +170)') cal led at Process_CSV.pl line 59

Replies are listed 'Best First'.
Re^5: Using Text::CSV
by Tux (Canon) on Sep 25, 2009 at 10:35 UTC

    This indicates that you are using a very old version of Text::CSV

    $ perl -MText::CSV -wle'print $Text::CSV::VERSION' 1.13 $ perl -MText::CSV -wle'print $Text::CSV_XS::VERSION' 0.67

    Text::CSV below 1.00 is close to useless


    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.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-26 06:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found