Hi All,
I want to parse a csv using perl. My script is placed in /usr/local. I have got a running code from the internet but when i try to execute that code on my system, i get the following error:-
Can't locate Text/CSV.pm in @INC (@INC contains: /usr/perl5/5.6.1/lib/sun4-solaris-64int /usr/perl5/5.6.1/lib /usr/perl5/site_perl/5.6.1/sun4-solaris-64int /usr/perl5/site_perl/5.6.1 /usr/perl5/site_perl /usr/perl5/vendor_perl/5.6.1/sun4-solaris-64int /usr/perl5/vendor_perl/5.6.1 /usr/perl5/vendor_perl .) at ./test.pl line 4.
Looks like i am missing on something like importing a package. Can somebody help me out on this.
Thanks in advance for your help
Amit
I want to parse a csv using perl. My script is placed in /usr/local. I have got a running code from the internet but when i try to execute that code on my system, i get the following error:-
Can't locate Text/CSV.pm in @INC (@INC contains: /usr/perl5/5.6.1/lib/sun4-solaris-64int /usr/perl5/5.6.1/lib /usr/perl5/site_perl/5.6.1/sun4-solaris-64int /usr/perl5/site_perl/5.6.1 /usr/perl5/site_perl /usr/perl5/vendor_perl/5.6.1/sun4-solaris-64int /usr/perl5/vendor_perl/5.6.1 /usr/perl5/vendor_perl .) at ./test.pl line 4.
Looks like i am missing on something like importing a package. Can somebody help me out on this.
Thanks in advance for your help
Amit
Comment