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

chmod

`chmod(LIST)'
`chmod LIST'
属性は最初の引数において数値で指定する。 属性を変更するのに成功したファイルの数を返す。
$cnt = chmod 0755, 'foo', 'bar';
chmod 0755, @executables;

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