Help for this page

Select Code to Download


  1. or download this
    <TMPL_LOOP PHONEBOOK>
        <tr>
    ...
        </td>    
        </tr>
    </TMPL_LOOP>
    
  2. or download this
    my $t = HTML::Template->new;
    $t->param(PHONEBOOK => \@data);
    print $t->output;