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();
}