package Some::Useful::Module; sub my_mod_func { my ($self) = @_ dd $self; }