mmerlin
Verified User
I was in the same boat as you Torp (same errors)
I searched the forum and found the solution in a post by l0rdphi1
wget http://cpan.uwinnipeg.ca/cpan/authors/id/A/AN/ANDK/CPAN-1.76.tar.gz
tar xzf CPAN-1.76.tar.gz
rm CPAN-1.76.tar.gz
cd CPAN-1.76
perl Makefile.PL
make
make test
make install
Then you can do the normal perl -MCPAN -e shell
I searched the forum and found the solution in a post by l0rdphi1
wget http://cpan.uwinnipeg.ca/cpan/authors/id/A/AN/ANDK/CPAN-1.76.tar.gz
tar xzf CPAN-1.76.tar.gz
rm CPAN-1.76.tar.gz
cd CPAN-1.76
perl Makefile.PL
make
make test
make install
Then you can do the normal perl -MCPAN -e shell
Last edited: