Piers Cawley wrote:

C<is> is compile-time.
So, how would one create a class which inherits from some other class
when you don't know what said other class is until runtime?
Use Perl5-ish classes, or an C<eval>.


Does this work:

class { push @ISA, $class;
...
}
I sincerely hope not!

Damian

Reply via email to