- or download this
<ol>
<tmpl_loop name="category">
...
</tmpl_loop>
<hr/>
</tmpl_loop>
- or download this
<xml>
<category type="Generic Stuff">
...
</qa_pair>
</category>
</xml>
- or download this
use strict;
use HTML::Template;
...
);
print $template->output();