* Bastian Angerstein <[EMAIL PROTECTED]> [2004-05-24T08:07:37]
> $index = 1
> $var = ${$myhash{mykey}}[$index];

$var = $myhash{mykey}[$index]
$var = $myhash{mykey}->[$index]

Either will do.

-- 
rjbs

Attachment: pgpc308dwTSbR.pgp
Description: PGP signature

Reply via email to