Help for this page
sub baz { # baz is private ... goto &{$_[0]->can('SUPER::baz') || \&error} ... return "Hello from Bar::baz (private)"; }