Hej All,
Is there something similar to lbound or ubound in Perl?
I have tokenized an delimited string into an array but as the string is variable length, the total number of elements in the array is non constant.
How can I get the total number of elements in an array?
- Jed