sub method_name { my $self = shift; #rest of the function here }
$object->method_name (@Parameters);
&method_name ($object, @Parameters);