I tried using CPAN module XML::Writer
, but I am getting following error:
Can't locate XML/Writer.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at testing.pl line 3.
BEGIN failed--compilation aborted at testing.pl line 3.
I checked for installation of the module using - perldoc XML::Writer
and the document doesn't seems to be exist.
As I don't have the privilege to install the package as I am not the system administrator.
I have similar error for DBD::CSV
too.
What can be done if a particular CPAN module not available/installed in the server where I am working and how do I install it without admin access?