in reply to Re^3: How to find number of elements of an array from array reference
in thread How to find number of elements of an array from array reference

I prefer 0 + @a in that case, to be explicit about numeric scalar context, but point taken.

  • Comment on Re^4: How to find number of elements of an array from array reference
  • Download Code