Sure enough, you're right!
That's VERY nice to know, since i'm trying to deal with multidemensional
lists myself right now.  ;)

-----Original Message-----
From: Bob Showalter [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 27, 2001 9:34 AM
To: '[EMAIL PROTECTED]'
Subject: RE: lost in hashes


> -----Original Message-----
> From: Mooney Christophe-CMOONEY1 [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, July 27, 2001 10:21 AM
> To: begginners
> Subject: RE: lost in hashes
> 
> ...Also, when you reference some field from $T{d4}, you need to 
> be sure to deREFERENCE it like this:
> 
> $T{d4}->{names}
> 
> So you'll have to change that in the popup_menu.

Actually, according to perllol the -> is not required when placed between
brackets (square or curly).

So $T{d4}->{names} and $T{d4}{names} are equivalent.

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

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

Reply via email to