Forum Moderators: coopster & phranque
I try to chmod file:
open(FILE, ">root_dir/file.html"); chmod (root_dir/file.html, 0777);
But it doesn't work! How can I fix the problem?
Thanks, Jimijeo
chmod (0777, 'root_dir/file.html');