Feb 3, 2005 kl. 12:32 PM skrev Anish Kumar K.:

Is there any way in perl I can modify the permission of a directory using perl scripts


Anish


$dir = shift @ARGV; $perms = ?? #Whatever you wan't system('chmod', $perms,$dir) if -d $dir;


"Home is not where you are born, but where your heart finds peace" - Tommy Nordgren, "The dying old crone"


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to