Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    
    ...
    my $t = HTML::Template->new(filename => q{template.html});
    $t->param(loop => \@sel);
    print $t->output;
    
  2. or download this
    Image   image
    Fimage  fimage
    other   other, please specify
    
  3. or download this
    <!-- cut down version -->
    
    ...
      <option value="<TMPL_VAR value>"><TMPL_VAR text></option>
    </TMPL_LOOP>
    </select>