#!/usr/bin/perl -w use strict; use CGI; my $cgi = new CGI; my $i = $cgi->param("ip"); my $s = $cgi->param("server"); my $c = $cgi->param("config"); print "Content-type: text/html\n\n"; #### print "
\n";

####

print "