but why would one execute against 3 bind parameters when the query only has 2 placeholders?$sth = $dbh->prepare( q{SELECT * FROM table ORDER BY rec_date LIMIT ?, ?} ); $sth->execute($date, $page->skipped, $page->entries_per_page);
I'm fairly certain this is a doc bug, but need confirmation before submitting it.
In reply to Data::Page doc issue? by metaperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |