wget your package by saving link and pasting it into your putty session.
e.g.
wget http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Scalar-List-Utils-1.19.tar.gz
unzip and untar and change to the directory with the Makefile.PL
Then,
perl Makefile.PL
make
make install
make test
You should get no errors or spot missing dependencies. Repeat the same process for the missing parts until complete.