Help for this page

Select Code to Download


  1. or download this
    my $lastcountry = '';
    my $totaldowntime = 0;
    while (my $row = $sth->fetch()) {
    ...
             $totaldowntime = 0;
             next_page();    # however you accomplish this in your setting
        }