# in Child::AUTOLOAD() # instead of $self->SUPER::AUTOLOAD($method, @_); my $super_method = 'SUPER::' . $method; $self->$super_method(@_);