in reply to a question on namespaces and inheritance
my $obj = ChildClass1->new; $obj->ChildClass2::method(...); [download]