Merging Hashes

2004-02-26 Thread Akens, Anthony
Hi, I'm new to hashes, and I've been playing around with the following for a while... I'm just not getting it. I have two hashes, one containing data read in from a file, one with "current" data. I'd like to merge the two, adding any new keys and values into the hash, and for any keys that ex

Re: Merging Hashes

2004-02-26 Thread Andrew Gaffney
Akens, Anthony wrote: Hi, I'm new to hashes, and I've been playing around with the following for a while... I'm just not getting it. I have two hashes, one containing data read in from a file, one with "current" data. I'd like to merge the two, adding any new keys and values into the hash, and

RE: Merging Hashes

2004-02-26 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Akens, Anthony wrote: > Hi, > I'm new to hashes, and I've been playing around with the > following for a while... I'm just not getting it. > > I have two hashes, one containing data read in from a file, > one with "current" data. I'd like to merge the two, adding > any new keys and values into th

Re: Merging Hashes

2004-02-26 Thread Jenda Krynicky
From: Andrew Gaffney <[EMAIL PROTECTED]> > Akens, Anthony wrote: > > I have two hashes, one containing data read in from a file, > > one with "current" data. I'd like to merge the two, adding > > any new keys and values into the hash, and for any keys that > > exist in both, I'd like the append

RE: Merging Hashes

2004-02-26 Thread Jenda Krynicky
From: "Wagner, David --- Senior Programmer Analyst --- WGO" <[EMAIL PROTECTED]> > Akens, Anthony wrote: > > I have two hashes, one containing data read in from a file, > > one with "current" data. I'd like to merge the two, adding > > any new keys and values into the hash, and for any keys that >