Help for this page

Select Code to Download


  1. or download this
    use CGI::Ex::Template;
    my @a = qw(one two three four five six seven eight);
    ...
    
    CGI::Ex::Template->new->process(\$temp, {a => \@a}) || die $CGI::Ex::T
    +emplate::error;
    
  2. or download this
    
        <table>
    ...
            <td></td>
          </tr>
        </table>