Re: cross referencing hashes

2002-07-16 Thread Connie Chan
mp... Rgds, Connie - Original Message - From: [EMAIL PROTECTED] To: Connie Chan Sent: Tuesday, July 16, 2002 6:55 PM Subject: Re: cross referencing hashes Had a good look at this now, actually, all I need is the $diff, but the issue I guess is that the format of the time st

Re: cross referencing hashes

2002-07-16 Thread Connie Chan
but I don't know what is time stamp =) are these integers ? Would this help : my %tableA = (. ); my %tableB = (..) ; my %comp = ( ); foreach my $key(keys(%tableA)) {my $diff = $tableA{$key} - $tableB{$key}; $comp{$key} = $diff; } Is %comp the stuff you want ? Rgds, Connie