- or download this
# This method returns a reference to an array of array-refs
my $site = $sth->fetchall_arrayref;
- or download this
# This method returns a reference to an array of hash-refs
my $site = $sth->fetchall_arrayref( {} );
- or download this
$template->param( view => $site );