Help for this page
Select Code to Download
Select
or
download this
sub fun { my ($first, $second, $third) = @_; }
Select
or
download this
sub fun { my @parameters = @_; }