- or download this
for ( keys %{$self->{SQL}} ) {
my $name = $_;
...
return \@res;
};
}
- or download this
my $res = $dbh->selectall_arrayref($sth, {Slice => {}}, @_);
return $res;
- or download this
return $sth->{Database}->selectall_arrayref($sth, {Slice => {}}, @_);