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