#in package bar sub dostuff { return $_[0]->SUPER::dostuff() if $condition; } #### sub dostuff { goto &{ $_[0]->SUPER::dostuff } if $condition; }