The chmod Function (Windows) : chmod « File « Perl






The chmod Function (Windows)

    

#Format

#chmod(LIST);
#chmod LIST;


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

   
    
    
    
  








Related examples in the same category

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?