programming-examples/perl/File/The chmod Function (Windows).pl
2019-11-15 12:59:38 +01:00

10 lines
133 B
Raku

#Format
#chmod(LIST);
#chmod LIST;
$ perl -e '$count=chmod 0755, "foo.p", "boo.p" ;print "$count files changed.\n"'