if ($class eq 'MyController') {  $cont->somethingEnhanced(); } else {  $cont->basicStuff1(); $cont->basicStuff2(); ... }