- or download this
#!/usr/bin/perl -w
...
$layout->param( title => "STEVE" );
print $layout->output();
- or download this
<html>
<head>
...
<!-- tmpl_var name='page' -->
</body>
</html>
- or download this
<h2><!-- tmpl_var name='title' --></h2>
<p>Imagine content here ..</p>