Help for this page
$obj = new theModule; $obj->funcA('own'); ... print "funcB in Y is called\n"; }
funcA in theModule got called, param = own funcB in theModule is called ... funcA in theModule got called, param = SUPER funcB in Y is called