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.