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

