- or download this
<table bgcolor=#66aaff border=2 bordercolor=#ffffff cellspacing=0 cell
+padding=6>
<TMPL_LOOP RESULTS>
<tr>
...
</tr>
</TMPL_LOOP>
</table>
- or download this
#!/usr/bin/perl -w
use strict;
...
start_html,
$results_tmpl->output(),
end_html;
- or download this
$results_tmpl->param(
results => (
txt => 'txt_foo',
chk => 'chk_foo',
......
- or download this
#!/usr/bin/perl -w
use strict;
...
print
end_tabs,
end_html;