Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    <tmpl_var states>
    <p><input type="submit" /></p>
    </form>
    
  2. or download this
    <select name="states">
        <tmpl_loop states>
    ...
            </option>
         </tmpl_loop>
    </select>