I have a systems hash that contains the type of system as keys and the name of the machines as values:
%systems = ( sgi => ["sgi1", "sgi2"], linux => ["linux1", "linux2"], dec => ["dec1", "dec2"] }; Now, each type of system has default values like an email help address, shell used, users home directory, etc. Something like this: %default = ( sgi => ["sgi-help","/bin/csh","/home"], linux => ["someaddress-help","/bin/bash","/usr/home"], dec => ["help-desk","bin/kcsh","/usr1/home"] ); Is there a way to combine this last hash into the first one or should I keep them separate? Thanks in advance, __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]