Go to the first, previous, next, last section, table of contents.

join

`join(EXPR,LIST)'
`join(EXPR,ARRAY)'
LIST または ARRAY の個々の文字列を EXPR の値で区切った 一つの文字列にする。
$_ = join(':',$login,$passwd,$uid,$gid,$gcos,$home,$shell);
See section split.

Go to the first, previous, next, last section, table of contents.