On 21/3/02 15:49, "Trice Dennis D" <[EMAIL PROTECTED]> wrote:

> I'm trying to create a hash of the /etc/group file.  I need the key to be
> the group name and just the members of the group to be the key value.
> 
> Has anyone done this before?
> 

I'm guessing you know how to grab a normal hash from such a file using a
while-loop? You will need to use an array as the hash-value for each given
key(key=group, hash-value=array of users).
man perldsc explains that.
I think :)

-- 
T.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to