in reply to RE: I almost got it!
in thread I almost got it!
#!/usr/bin/perl
use CGI;
$q = new CGI;
$query = $q->Vars;
print "Content-type: text/html\n\n";
$text=$query->{message};
print "<HTML><BODY>$text </BODY></HTML>";
_______________________
Hope that works :-)
|
|---|