Excellent, thanks Bob and John!
- B
> Bryan R Harris wrote:
>>
>> Is it possible to easily initialize an array so that:
>>
>>$index[0] is a pointer to a new anonymous (?) array (0,0)
>>$index[1] is a pointer to a new anonymous (?) array (0,0)
>>...
>>$index[$#params] is a poi
Bryan R Harris wrote:
> Is it possible to easily initialize an array so that:
>
>$index[0] is a pointer to a new anonymous (?) array (0,0)
>$index[1] is a pointer to a new anonymous (?) array (0,0)
>...
>$index[$#params] is a pointer to a new anonymous (?) array (0,0)
>
> I tried:
Bryan R Harris wrote:
Is it possible to easily initialize an array so that:
$index[0] is a pointer to a new anonymous (?) array (0,0)
$index[1] is a pointer to a new anonymous (?) array (0,0)
...
$index[$#params] is a pointer to a new anonymous (?) array (0,0)
I tried:
@index =