sub mysub { my($first_param, $second_param, $and_so_on) = @_; # rest of the function }