Help for this page

Select Code to Download


  1. or download this
    sub inc
    {
    ...
    
        return sprintf '%02d:%02d:%02d', $hours, $mins, $secs;
    }
    
  2. or download this
    $next = inc($next);