Looks like you want braces after d4 => (and the corresponding closing one)
rather than brackets - ie { & }, not ( & ).
Cheers
Mark C
> -----Original Message-----
> From: Jerry Preston [mailto:[EMAIL PROTECTED]]
> Sent: 27 July 2001 15:12
> To: begginners
> Subject: lost in hashes
>
>
> Hi,
>
> I just can't see where I have missed it!
>
>
>
> %T = {
> d4 => (
> names => [ "", "Ron", "Tony", "Jeff",
> "Scott", ],
> ),
> };
>
>
> print $query->popup_menu( -name =>'Test',
> -values => $T{ "d4" }{ "names" },
> -default => ''
> );
>
> Do you?
>
>
> Thanks for Your help!!
>
> Jerry
>
> --
> 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]