Help for this page
$|=1; ... print "."; [do other stuff] [end loop]
$|=1; $counter=0; ... print "." unless $count++ % n; [do other stuff] [end loop]