AUTOLOAD { ...; if (should_autoload($method)) { ... } else { croak("No method $method ..."); } }