use constant ROWS_PER_PAGE => 20; my $pageCount = int(($total + ROWS_PER_PAGE - 1) / ROWS_PER_PAGE);