Help for this page
Select Code to Download
Select
or
download this
$i=0; foreach $user (keys %users) { ... $i++; if ($i%100 == 0) {sleep 2;} }