Help for this page

Select Code to Download


  1. or download this
    $template->param(EMPLOYEE_INFO => [ 
                                           { name => 'Sam', job => 'progra
    +mmer' },
    ...
                                         ]
                       );
    print $template->output();
    
  2. or download this
    $template->param( 'HTMLloop' => \@array );
    or
    $template->param( 'HTMLloop' => [ @array ] );