$sth = $dbh->prepare( 'SELECT * FROM guestbook' ); $sth->execute; my @ht_data; while( $row = $sth->fetchrow_hashref ){ push @ht_data, $row; } my $template = HTML::Template->new(filename => 'table.tmpl'); $template->param(TABLE_LOOP => \@ht_data); print $template->output(); ####
Ευχή του Ιησού
Προσωπική Ορθοδοξοπνευματική Εμπειρία