tar zxf Digest-SHA1-2.13.tar.gz cd Digest-SHA1-2.13 perl Makefile.PL make make test make install #### .. use lib '/path/to/your/installation'; use Digest::SHA1;