I have an array
I didn't get any built in functions to do this. I'm a newbie in Perl. Please suggest some good tutorial.
Code:
@myarray = ("father","mother","sister","brother"); How to find the position of "sister" in @myarray
Comment