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