on Thu, 05 Sep 2002 08:46:08 GMT, [EMAIL PROTECTED] 
(Zanardi2k2) wrote:

> Felix Geerinckx wrote:
>
>>      push @array, 3;
>> 
>> is the same as
>>      $array[2] = 2;
>> (...)
> 
> 
> Maybe a typo? 
> 
>          push @array, 3;
> 
> should be the same as 
> 
>          $array[2] = 3;

Indeed. Thanks for spotting it.

-- 
felix

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

Reply via email to