If you get the error:
Can't locate Archive/Tar.pm in @INC
then run:
wget http://www.cpan.org/modules/by-module/Archive/Archive-Tar-1.54.tar.gz tar xvzf Archive-Tar-1.54.tar.gz cd Archive-Tar-1.54 perl Makefile.PL make make install