#!/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 :-)
In reply to RE: RE: I almost got it! (code reformatted)
by Anonymous Monk
in thread I almost got it!
by MAS4891
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |