in reply to Implementing an event-driven object model in Perl

This sounds like the observer/observable pattern. There are two implementations that I know of on cpan: Class::Observable which I don't recommend since it has a pretty serious bug, and Class::Publisher which can be used just like Class::Observable but also gives you more options selecting notifications.

  • Comment on Re: Implementing an event-driven object model in Perl

Replies are listed 'Best First'.
Re^2: Implementing an event-driven object model in Perl
by mojotoad (Monsignor) on Jun 24, 2006 at 09:24 UTC
    What's the bug in Class::Observable? I'm not overly familiar with it, but I'm curious. If it's esoteric then perhaps point me towards a thread.

    Cheers,
    Matt