- or download this
<html>
<head>
...
</body>
</html>
- or download this
#!/usr/bin/perl -T
...
],
);
print header, $tmpl->output;
- or download this
<html>
<head>
...
</body>
</html>
- or download this
<h1>hello world</h2>
<tmpl_include menu.tmpl>
- or download this
<h1>goodbye world</h1>
- or download this
<ol>
<tmpl_loop menu>
<li><a href="<tmpl_var url>"><tmpl_var item></a></li>
</tmpl_loop menu>
</ol>