in reply to Re^3: Comparing hash data
in thread Comparing hash data
It's testing every value against every value, with no references to keys, so how on earth are you going to be able to tell which keys are csv/sql pairs from this?
My quick hack solution assumes you know the keys. Even if you don't, it would be trivial use a regular expression to map them across.
However you do it though, the point is to check the corresponding values of key pairs, not compare one value against all possible values in the other hash.
cLive ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Comparing hash data
by Grygonos (Chaplain) on Oct 02, 2004 at 02:42 UTC |