Help for this page
Options ExecCGI AddType application/x-httpd-cgi .cgi DirectoryIndex index.cgi
use CGI; my $query = new CGI; my $thing = join('',$query -> keywords());