Hello,
suppose @question holds "foo boo doo"
so $question[0] = foo
and so on.
What if I know foo is in the array and I want to return the corresponding index number? Or the index for boo or doo?
I can grep to see if foo is in there, but I want to know exactly where it is located in the array.
Thanks a lot, this is the first programming I have done since I had my Commodore64 20 odd years ago.