>>>>> "KS" == Kripa Sundar <[EMAIL PROTECTED]> writes:
KS> I want to do a chgrp() without invoking a child process. KS> I had assumed that chgrp() is a C function with a perl KS> equivalent, just the same as chown() and chmod() are. KS> But I am clearly mistaken. unfortunately so. KS> So, can this be done? Can I do a chgrp() without invoking a child KS> process? If so, how? man chown perldoc -f chown the feature is in the chown system call and chgrp and chown are cli wrappers for it. so the perl chown can do chgrp. uri -- Uri Guttman ------ [EMAIL PROTECTED] -------- http://www.stemsystems.com --Perl Consulting, Stem Development, Systems Architecture, Design and Coding- Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

