in reply to
refreshing a GUI
Try a
$widget->update()
on your widget holding the grid on each iteration.
This will handover the controll to Tk and update the widget.
Comment on
Re: refreshing a GUI
Download
Code
In Section
Seekers of Perl Wisdom