Help for this page
sub inc { ... return sprintf '%02d:%02d:%02d', $hours, $mins, $secs; }
$next = inc($next);