while(my $row=$sth->fetchrow_hashref()){ push @domains, $row; } #### print "$domains[0]->{subdomain}\n"; my $d; foreach $d(@domains){ print "$d->{subdomain}\n"; } #### my $template=HTML::Template->new(filename=>'test.tmpl'); $template->param(DOMAINS => \@domains); print $template->output(); #### Subdomain: