Help for this page

Select Code to Download


  1. or download this
    <form action="/send.pl" method="POST">
    <input name="product" size="50">
    <input type="submit" value="Go">
    </form>
    
  2. 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
    }
    
  3. or download this
    ---
    product: ~
    product_test: "test product"