Help for this page

Select Code to Download


  1. or download this
    sub MyFunc {
      local $" = shift;
      my @list = @_;
      print "@list\n";
    } # MyFunc