Hello,

I have a Hash of Data.

The Key lies in an Array of on Array of Arrays or something like that.
How do I use it???

if ($myhash{$ArrayOfKeys[2][4][1]}){
 print "soo\n";
}

or

if ($myhash{"$ArrayOfKeys[2][4][1]"}){
 print "joo\n";
}

or how? 

Thanks!

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

Reply via email to