$template->param(EMPLOYEE_INFO => [ { name => 'Sam', job => 'programmer' }, { name => 'Steve', job => 'soda jerk' }, ] ); print $template->output(); #### $template->param( 'HTMLloop' => \@array ); or $template->param( 'HTMLloop' => [ @array ] );