hi everyone i am trying to chmod a few files through my perl script, i want to know if there is a way to chmod a group of files (4 files to be exact), right now i am doing it as chmod (655, $File1); within my script, but seems like this is not working either.. can anyone help
thank you