sub MyFunc { local $" = shift; my @list = @_; print "@list\n"; } # MyFunc