Re: Match Keys in two Hashes - diff values

2001-07-02 Thread Brett W. McCoy
On Mon, 2 Jul 2001, Perl Beginner wrote: > I'm your typical beginner who is kind of stuck. Here is the problem: > > I have two hashes, each has ~40,000 key/value pairs. I need to find which > keys in one hash are the same as the keys in the other hash. The ones that > have the same key then need

Re: Match Keys in two Hashes - diff values

2001-07-02 Thread Peter Scott
At 01:08 PM 7/2/01 -0500, Perl Beginner wrote: >Hello, > >I'm your typical beginner who is kind of stuck. Here is the problem: > >I have two hashes, each has ~40,000 key/value pairs. I need to find which >keys in one hash are the same as the keys in the other hash. The ones that >have the same key

Re: Match Keys in two Hashes - diff values

2001-07-02 Thread David M. Lloyd
On Mon, 2 Jul 2001, Perl Beginner wrote: > Hello, > > I'm your typical beginner who is kind of stuck. Here is the problem: > > I have two hashes, each has ~40,000 key/value pairs. I need to find > which keys in one hash are the same as the keys in the other hash. The > ones that have the same k