> Hello,
> Do I have the below dereferencing correct.
> I a anonymous array and I'm trying to multiply
> the "1" & "2" using the arrow notation:
> 
>        $arrayref = [ 1,2, ['x','y','z']];
>   
>           $prod -> [0] * [1];
> 
> 

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

Reply via email to