|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re^2: Perl/Tk Message bufferingby martyandpeg (Initiate) |
| on Dec 15, 2010 at 16:21 UTC ( [id://877300]=note: print w/replies, xml ) | Need Help?? |
|
This is a snippet of the code I was referring to. I was just starting to look at DoOneEvent(), but it did not seem to help.
if ($progress_count eq '500') {
print "Records processed : $record_1_count \n";
$txt -> insert('end',"Records processed : $record_1_count \n");
$progress_count = 0;
DoOneEvent();
}
A mainframe programmer trying to do Perl!
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||