sub dothis ($:$$$) { ## rest of the code } #### sub dothis { my ($this, $that) = @_; ## rest of the code }