Help for this page
while (1) { while (Gtk->events_pending) { ... $time = strftime("%H:%M:%S",localtime()); $time_label->set($time); }
sleep(1)