|
|
| XP is just a number | |
| PerlMonks |
Re: While Loopsby sundialsvc4 (Monsignor) |
| on Jan 08, 2013 at 19:36 UTC ( #1012322=note: print w/ replies, xml ) | Need Help?? |
|
The way that I have traditionally approached this problem is thusly: the ruling logic is the while-loop as written, and the exception to that loop is “100 records at a time.” Therefore, I would first precede that loop by initializing a counter: my $records_so_far = 0; Then, within that loop (at the bottom) I would add, e.g.: ... and then, after the loop(!) ...
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||