- or download this
<html><head><title>Form data originating from HTML</title></head>
<body>
...
</body>
</html>
- or download this
#!/usr/bin/perl -wT
use CGI qw(:standard);
...
print "\$content is $comments<br>\n";
print end_html;
- or download this
#!/usr/bin/perl -wT
use CGI qw(:standard);
...
print end_html;
exit;
}