until ($one == 100001) { $one++; print "$one\n" if ($one % 500 == 0); } [download]
Cheers - L~R
In reply to Re: Printing Some Output by Limbic~Region in thread Printing Some Output by ellem