Help for this page

Select Code to Download


  1. or download this
    my ($quit, $next_print, $next_foo) = (0, 0, 0);
    while (!$quit) {
    ...
       }
       <<<do more stuff>>>
    }
    
  2. or download this
    my ($quit, $next_req, $cur_time, $cnt) = (0,0,0,0);
    while (!$quit) {
    ...
       }
       <<<do more stuff>>>
    }