Help for this page

Select Code to Download


  1. or download this
    # 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>);