Help for this page

Select Code to Download


  1. or download this
    my $sth = $self->dbh->prepare($sql);
        $sth->execute();
    ...
            }
        );
        return $rs;
    
  2. or download this
    return $self->dbh->selectall_arrayref($sql, { Slice => {} });