http://qs321.pair.com?node_id=507158


in reply to perl/Tk and realtime update of output

set a $mw->repeat() if you want it to be recurring, like a status monitor:
$mw->repeat( 2000 => sub { doPings(); updateTextFields(); $mw->update(); } );