Help for this page

Select Code to Download


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