# Function: myFunc # # Arguments: # 1. - This object. # 2. - Path to file. sub myFunc { my ($self, $path) = @_; }