my @loop_data=(); my %rowdat; $rowdat{Auction}='Test1'; $rowdat{ID}='1'; push(@loop_data, \%rowdat); $template->param(table1 => \@loop_data);