Okay, so I'm not familiar with perl and all I want is to run a bioinformatic tool from here on a server where I don't have root privileges. But I keep getting errors about missing modules:
Perl module Archive::Extract (in core since 2007-07-07) is not installed on this machine!
Perl modules are available for download at http://www.cpan.org/
If you have CPAN installed try the following:
cpan
install Archive::Extract
exit
Our system administrator is a huge Richard, so, naturally, I went to search for answers online and it only got worse! I tried to set up PERL5LIB, I found and installed cpanm from this answer. Then it worked, but when I tried to install Archive::Extract it said:
Archive::Extract is up to date. (0.80)
And now I'm about to lose my mind. Please help me before I crash that server with a sledgehammer (just kidding, but any help is much appreciated).