in reply to Prototypes and hand-written MMD
sub class ($$) { ... } sub is (&) { return @_ } class Foo => is { ... }; [download]