Help for this page

Select Code to Download


  1. or download this
    $i=0;
    foreach $user (keys %users) {
    ...
      $i++;
      if ($i%100 == 0) {sleep 2;}
    }