sub gimme_a_widget { my $event = shift; for my $handler (@event_handlers) { $handler->handle($event); } }