Help for this page

Select Code to Download


  1. or download this
    <table bgcolor=#66aaff border=2 bordercolor=#ffffff cellspacing=0 cell
    +padding=6>
        <TMPL_LOOP RESULTS>
            <tr>
    ...
            </tr>
        </TMPL_LOOP>
    </table>
    
  2. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
        start_html,
        $results_tmpl->output(),
        end_html;
    
  3. or download this
    $results_tmpl->param(
        results => (
            txt => 'txt_foo',
            chk => 'chk_foo',
            ......
    
  4. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    print 
        end_tabs,
        end_html;