in reply to Subroutine help

Please enclose your code in code tags.(<code>..</code>) Also the code for numberList function is missing and $add is not declared. Regarding the print statement you need to give the function call outside of the quotes like this..
# I believe that you are passing the parameters of current # function to AddNumbers print "Equals to: ", &AddNumbers;
That's all I can see for now.