Hey guys I am taking an intro to scripting languages and we are using perl but I seem to be stuck in this problem.
"Find the average of the numbers in an array (@nums) of unknown length.
I know it starts something like this
@nums = ();
But I don't know where to go from there. I was hoping someone could guide me. Thanks