Larry wrote:
You can also create your own anonymous class at run time that incorporates
both roles simultaneously and disambiguates them.
Or, presumably, you could use an anonymous role directly:
$driver does role {
does SanitationEngineer;
does RaceCarDriver;
method dri
On Sun, Aug 22, 2004 at 08:04:48AM -0700, Ovid wrote:
: Sorry if this has already been asked and answered, but in doing a little research
about Perl 6
: mixins (http://www.perlmonks.org/index.pl?node_id=384858), I ran into some questions
that I
: couldn't figure from either A12 or "Perl 6 and Par