Help for this page

Select Code to Download


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