Help for this page

Select Code to Download


  1. or download this
    say join "$inc", @arr;
    
  2. or download this
    sub join1 {
        my( $sep, @vals ) = @_;
    ...
        }
        return $str;
    }