sub fun { my ($first, $second, $third) = @_; } #### sub fun { my @parameters = @_; }