Help for this page
my $lb=update_time($mw)->pack(@top);
sub update_time { my $mw = shift; ... $mw->after(1); return $lbl; }