- or download this
<form action="/send.pl" method="POST">
<input name="product" size="50">
<input type="submit" value="Go">
</form>
- or download this
use YAML::Syck;
use CGI::Fast ':standard';
...
print "Content-type: text/html\n\n";
print "q=".$q->param('product'); # this is for test only
}
- or download this
---
product: ~
product_test: "test product"