in reply to
Re^2: Why callbacks?
in thread
Why callbacks?
You can do mixins in Perl as well, by using Exporter to import methods into an OO class. CGI::Application uses this technique to add methods via plugins.
Comment on
Re^3: Why callbacks?
In Section
Seekers of Perl Wisdom