programming-examples/perl/File/The chmod Function (Windows).pl

10 lines
133 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
#Format
#chmod(LIST);
#chmod LIST;
$ perl -e '$count=chmod 0755, "foo.p", "boo.p" ;print "$count files changed.\n"'