in reply to Re^2: Error using Data::Alias (how to allocate array w/o filling it in?) and help avoiding 'constant' len?
in thread Error using Data::Alias (how to allocate array w/o filling it in?) and help avoiding 'constant' len?

I was trying to avoid anything that looped over the array elements

Impossible. You want to do N aliases, so something will have to loop over the N variables/elements.

  • Comment on Re^3: Error using Data::Alias (how to allocate array w/o filling it in?) and help avoiding 'constant' len?