Hi,
I am new to Perl,I want to write a perl sub routine inside a existing script which must run as a "root" and then create a Unix group if does not exists. if it exist it print the message the group already exists. and then it will do a chgrp -R ,chmod g+s ..commands on the mentioned directory.
Please help