Help for this page

Select Code to Download


  1. or download this
    [% FOREACH country in country_hash %]
    <option value="[% country.key %]">[% country.value %]</option>
    [% END %]
    
  2. or download this
    print $q->popup_menu('country_name', ['CA','NY','TN'], 'CA');