package ForumCheck; use Milkbone; use Tk; use strict; use HTTP::Lite; use Digest::MD5; use constant 'PAGE' => 'http://www.batkins.com/forum/?action=recent'; my ($original, $latest); register_hook("pre_mainloop", sub { my $http = new HTTP::Lite; $http->request(PAGE); $original = check($http->body()); my $mw = hook("tk_getmain"); $mw->repeat(10 * 1000, \&check); check(); }); sub get_latest { (split /