use Tk; my $main = new MainWindow(-title => "Global Testing"); $main->bind("", sub {print "Hello there!"}); MainLoop;