in reply to Event based programming: Callbacks or "Interfaces"?

class MyButton; use Base 'Button';

Isn't that package and base?

package MyButton; use base 'Button';

Replies are listed 'Best First'.
Re: Re: Event based programming: Callbacks or "Interfaces"?
by BUU (Prior) on Jun 01, 2004 at 08:34 UTC
    What can I say? You're completely right. No idea what I was thinking.