in reply to Re: How to get the TOTAL length/size of an array?
in thread How to get the TOTAL length/size of an array?

That code counts the number of words in the list, and not the characters. It returns 9, not 21.


The way forward always starts with a minimal test.
  • Comment on Re^2: How to get the TOTAL length/size of an array?

Replies are listed 'Best First'.
Re^3: How to get the TOTAL length/size of an array?
by perlfan (Parson) on Sep 21, 2023 at 17:36 UTC
    oof shows me to post with one eye shut