Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^4: Perl script for the post processing of one CSV file

by rjt (Curate)
on Oct 03, 2019 at 08:07 UTC ( #11106996=note: print w/replies, xml ) Need Help??


in reply to Re^3: Perl script for the post processing of one CSV file
in thread Perl script for the post processing of one CSV file

Those are arguments, not subroutines, and they are part of Text::CSV, not Perl itself. What version of Perl are you using (perl -v from a prompt), and what version of Text::CSV do you have installed? Find that out with perl -MText::CSV -e 'print Text::CSV->VERSION' again from a prompt. The latest is 2.00, released in May of this year.

You can upgrade your version of Text::CSV using CPAN (and install Text::CSV_XS while you're at it!), and you will be able to use these attributes. Using CPAN

Replies are listed 'Best First'.
Re^5: Perl script for the post processing of one CSV file
by kshitij (Sexton) on Oct 03, 2019 at 08:15 UTC

      Text::CSV 1.32 dates back to 2013. The current version is 2.00. I again suggest you upgrade Text::CSV. You can look at the link I sent you earlier if you are unsure how to use CPAN.

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2023-03-24 06:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?