Hi everybody,
Perhaps there are still some listeners on this list.
Experiencing some hitches with a hash structure.
In order to match data from two sources, I want to build a structure like this:
$H{$ip}[0]{$nam} and $H{$ip}[1]{$dom}
where $ip, $nam and $dom are keys from input data records
Your question is not clear to me.
To me it seems that you want to have a clear hierarchy:
IPN > 1st level domain > 2nd level domain > 3rd level
domain > ... nth level domain
e.g.
64.207.97.183 > com > web-mania > server7
And for this I would mould a hashes landscape.