in reply to Getting a GID from /etc/group

getgrnam:
#!/usr/bin/perl -w use strict; my ($name,$passwd,$gid,$members) = getgrnam("www"); print "Name: ", $name, "\n"; print "GID: ", $gid, "\n";
davis
Is this going out live?
No, Homer, very few cartoons are broadcast live - it's a terrible strain on the animator's wrist
Update: Pah - beaten again. I really *have* to ignore the phone ;-)