in reply to Bi-Directional Hash Lookup
Update: Although, a more complex scenario might even require something like this to maintain a one-hash-for-all structure:$hash{ column_name1 }{ value1 } = value2; $hash{ column_name2 }{ value2 } = value1;
$hash{ DATA }{ table1 }{ column_name1 }{ value1 } = value2; $hash{ DATA }{ table1 }{ column_name2 }{ value2 } = value1;
-M
Free your mind
|
|---|