in reply to Re: SQL::Statement limit clause with placeholdersin thread SQL::Statement limit clause with placeholders
$dbh2->selectall_arrayref("SELECT * FROM sessions limit ? offset ?", { +}, 2,3); [download]