eval { my $sth = $dbh->prepare_cached( ... ); $sth->execute; my $stuff = $sth->festchall_arrayref({}); $template->param( selscene => $data ); }; if ($@) { # Do some error handling here. }