Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    $template->param(datalist => \@datalist);
    print $template->output();
    
  2. or download this
    <select name="xxxxx" size="4">
       <tmpl_if datalist>
    ...
          </tmpl_loop>
       </tmpl_if>
    </select>