RE: return a hash key

2001-10-19 Thread AL H
MAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: RE: return a hash key >Date: Thu, 18 Oct 2001 16:04:33 -0400 > > > -Original Message- > > From: AL H [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, October 18, 2001 1:51 PM > > To: [EMAIL PROTECTED] >

RE: return a hash key

2001-10-18 Thread Bob Showalter
> -Original Message- > From: AL H [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 18, 2001 1:51 PM > To: [EMAIL PROTECTED] > Subject: return a hash key > > > Let say I have a multikey hash: > $poeple{$first}{$Last}{$MI}{$CITY} > If I am passing values to this hash Is there a functio

Re: return a hash key

2001-10-18 Thread Michael Fowler
On Thu, Oct 18, 2001 at 05:50:33PM +, AL H wrote: > 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 r