How do I find out how many references I have in one of my arrays?
Like.. $#array = how many references are in that array... i want to do something like $#array1, but that doesn't work.
Comment on Re: confusing question, involving multidemensional arrays