in reply to
SQL::Statement limit clause with placeholders
Just define your limit implicitly, or do a regex on the limit vars to remove all non-number characters, and put them in directly. I don't see the problem.
Comment on
Re: SQL::Statement limit clause with placeholders
In Section
Seekers of Perl Wisdom