- or download this
<form action="/cgi-bin/test.cgi">
<input type="text" name="name">
<input type="submit" name="submit" value="Press me!">
</form>
- or download this
#!/usr/bin/perl -T
use warnings;
...
<body><p>Hello, $name</body>
</html>
END_HTML
- or download this
#!/usr/bin/perl -T
use warnings;
...
<body><p>Hello, $name</body>
</html>
END_HTML