The chmod Function (Windows)
#Format #chmod(LIST); #chmod LIST; $ perl -e '$count=chmod 0755, "foo.p", "boo.p" ;print "$count files changed.\n"'
1. | The chmod function modifies the read, write, and execute permissions on a file. | ||
2. | Apply chomp to all elements of an array | ||
3. | The chmod Function (UNIX) | ||
4. | Change a file's permissions? |