Help for this page
Select Code to Download
Select
or
download this
sub MyFunc { local $" = shift; my @list = @_; print "@list\n"; } # MyFunc