Help for this page
#!/usr/bin/perl -w use Tk; use Tk::LabEntry; ... $mw->after(1000,sub{$a{bar} = "Moose!"}); MainLoop;