in reply to Re^2: Getting non-Specific List Elements Out of an Array Reference
in thread Getting Specific List Elements Out of an Array Reference

If the dereferenced array were too short, the unspecified variables in the list would be declared but remain undefined. If too long, the extra values would be ignored by the program. That's a good reason to keep arrays arrays.

After Compline,
Zaxo

  • Comment on Re^3: Getting non-Specific List Elements Out of an Array Reference