Randy W. Sims wrote:
> > Question: what am I doing wrong here?
> > 
> 
> For multidimensional arrays, the preferred syntax is:
> 
> my @a;
> $a[$x][$y][$z] = 'value';
> 
> see perldoc perllol
Thanks. Works as expected. Sorry for asking something I should have 
looked up. Another programming language's syntax interfered.

Regards,
Niek.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to