Re: initialize array of pointers to (0,0) arrays

2005-07-12 Thread Bryan R Harris
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

RE: initialize array of pointers to (0,0) arrays

2005-07-12 Thread Bob Showalter
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:

Re: initialize array of pointers to (0,0) arrays

2005-07-11 Thread John W. Krahn
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 =