sub my_function { my $self = shift; my $parm = shift; return $self->{parm}; } #### sub my_function { shift->{shift} }