tie my $count, 'Tie::Scalar'; ... $mw->repeat( sub { $count++ }, 1000 ); ... my $l1 = $mw->Label(-textvariable => \$count)->pack();