Let say I have a multikey hash:
$poeple{$first}{$Last}{$MI}{$CITY}
If I am passing values to this hash Is there a function or a way to retrieve 
missing keys from it?
I know that if  (! exists %poeple ->{$first}->{$Last}-{$MI}) will return 
false or true.
I want thes non valid keys temselves to be returned.
Regards

Al

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to