I have the following hash of first names and last
names:
%hash = (
joe => "smith",
jim => "jones",
sof => "comes",
);
If for example, jim now has two last names ie jones
taylor, how do I represent that on the hash?
Thanks in advance again,
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]