Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    $template->param(scores => \@scores);
    
    print $template->output;
    
  2. or download this
    <table>
    <TMPL_LOOP NAME='scores'>
    ...
    
    </TMPL_LOOP>
    </table>