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

