Help for this page

Select Code to Download


  1. or download this
    use CGI;
    use CGI::Ex::Fill qw(fill);
    ...
    
    print $html;
    
  2. or download this
    <form>
    <input type="text" name="foo" value="FooFoo">
    ...
    <option selected="selected">BazBaz</option>
    <option>Bang</option>
    </form>