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