in reply to a question on namespaces and inheritance

thank you all very much for your profound and quick answers! :)

@japhy:
my $obj = ChildClass1->new; $obj->ChildClass2::method(...);
was new to me. thx a lot!

language is a virus from outer space.