Help for this page

Select Code to Download


  1. or download this
    SELECT * FROM bannerlog.log LIMIT 100, 100;
    
  2. or download this
    use CGI::Request;
    my $req = new CGI::Request;
    my $rows_per_page = 100;
    ...
    
    my $result = Database->get_results($query, $first_row);
    Display->results($result, $first_row);