in reply to perl/Tk and realtime update of output
$mw->repeat( 2000 => sub { doPings(); updateTextFields(); $mw->update(); } ); [download]