- Engineering
- Computer Science
- perl the index function returns the number of elements in...
Question: perl the index function returns the number of elements in...
Question details
********PERL**********
The index function...
Returns the number of elements in an array. |
Takes a search string and returns the first occurance of that string in another string. |
Returns the index of a provided element in an array. |
Perl does not have a built-in function called index. |
Solution by an expert tutor
