Help for this page
use 5.014; ... A::stuff(); B::stuff(); }
use 5.014; ... my $object = bless []=> 'C'; $object->foo; }