#!/usr/bin/perl # # Perl CGI program. # Create an HTML color table # send required HTTP response header and blank line. print "Content-type: text/html\n\n"; # send HTML document head print "