- or download this
#! perl
print "content-type: text/html\n\n";
my $stdin=<STDIN>;
- or download this
#! perl
use warnings;
...
print "content-type: text/html\n\n";
my$stdin=<STDIN>;
print $stdin;
- or download this
<html><body>
<form src="my_stdin.pl" method="post">
...
</form>
</body></html>