in reply to for-loop question
at the beginning of your program, then change your print statement to something like$| = 1;
This will make sure that your print output is not buffered, which is probably the problem you're having now.print "Doing table $_\n";
|
|---|