Am Donnerstag, 7. April 2005 16.33 schrieb Vladimir D Belousov:
> John Doe wrote:
> >Am Donnerstag, 7. April 2005 14.54 schrieb Vladimir D Belousov:
[...]
> >>I do this:
> >>$#array = $N+100;
> >>print_array($array[$N]);
> >
> >this should be
> >
> >   print $array->[$N]
>
> I see, but $array here is undefined. It doen't exists.
> I have @array - the array, and not the array reference.

*aarggh*! Yes, my suggestion is obviously totally wrong - how could I have 
overseen that :-(

[...]

Sorry (to all)

joe

-- 
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