Help for this page

Select Code to Download


  1. or download this
    $|=1;
    
    ...
        print ".";
        [do other stuff]
    [end loop]
    
  2. or download this
    $|=1;
    $counter=0;
    ...
         print "." unless $count++ % n;
         [do other stuff]
    [end loop]