#### my $t = HTML::Template->new; $t->param(PHONEBOOK => \@data); print $t->output;