$horrible->Help::help
Bypasses normal method lookup
sub help { my ($self) = @_; $AUTOLOAD = ref($self) . '::(none)'; goto &AUTOLOAD; }
“Magic goto”