sub quick_method { my $self = shift; my @args = @_; return $self->SUPER::some_other_method(@args); }