- or download this
$template = HTML::Template->new(filename => "../articlesummary.tmpl");
...
$template ->param(list33 => $data33);
}
}
- or download this
my goals qw(11a, 11b, 22, 33);
for my $i ( 0 .. $#$sqldata ) {
...
}
}
}
- or download this
<tmpl_if list11b>
<tmpl_loop list11b>
...
<p><a href="cgi-bin/show.pl?id=<tmpl_var id>">Read article...</a
+></p>
</tmpl_loop>
</tmpl_if>