$obj->method($param); sub method{ my $self = shift; # object see call above my $param = shift; }