Help for this page
# Count how many rows are there in a table, so that we can use it for +$pagenum. my $sql = qq!SELECT COUNT(*) from "Orders" !; ... } print qq(<li><a href='vieword.pl?page=$last_page'>Last>); print q(</ul>);