mcleary has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I need to find the perl equivalent to this unix/linux (yes we are supporting both) command:
chmod g+s directoryWould I just be able to add the same thing to my script without using a system command or is there something else I need? I can't find any perl examples using g+s.
Thanks, Michele
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: chmod in perl script
by bellaire (Hermit) on Feb 04, 2011 at 14:37 UTC | |
by mcleary (Initiate) on Feb 08, 2011 at 19:09 UTC | |
|
Re: chmod in perl script
by marto (Cardinal) on Feb 04, 2011 at 13:38 UTC | |
|
Re: chmod in perl script
by Corion (Patriarch) on Feb 04, 2011 at 13:38 UTC | |
|
Re: chmod in perl script
by ambrus (Abbot) on Feb 05, 2011 at 08:40 UTC |