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