     Basic perl module install:
            gunzip -c CGI-Validate-1.9.tar.gz | tar -xvf -
            cd CGI-Validate-1.9
            perl Makefile.pl
            make
            make test
            make install

