I thought I must not have this module installed. Although my perl version is v5.8.5.
I tried a google search:
Does PERL v5.8.5 have the Text::CSV_XS; installed?
I didn't get good results from this.
I think it should be installed, after looking in CPAN dependcies I got this:
provides:
Text::CSV_XS:
file: CSV_XS.pm
version: 0.80
requires:
perl: 5.005
DynaLoader: 0
IO::Handle: 0
I tried to install the module in case it is not installed. When I unzip the file it creates a directory:Text-CSV_XS-0.80
I acess it with:
[code]
use lib '/nfs/an/disks/an_home_disk013/';
[/CODE
I get the same error message.
I tried this:
Expand|Select|Wrap|Line Numbers
- use lib '/nfs/an/disks/an_home_disk013/Text-CSV_XS-0.80';
So I tried to create a directory & copy all the files in directory Text-CSV_XS-0.80 to it so my directory is:
/nfs/an/disks/an_home_disk013/Text/CSV_XS
Changed my use statment back to:
Expand|Select|Wrap|Line Numbers
- use lib '/nfs/an/disks/an_home_disk013/';
Has anyone had this problem before or have some insight? I'm kind of beginer PERL learner.
I tried searching for the "is_quoted.al"
grep -r "is_quoted.al" .
Its not there.
I tried a google search for my problem and didn't understand the solution or not sure its transferable to my problem.
http://twoalpha.blogspot.com/2007/09...an-locate.html