I have a routine that can return different information
depending on what kind of varible is asked of it.
If asking for a $ it returns a single set of
data, if you ask for an @ it will return the array.
But I can also have it return the information in a
hash format. I've thought about passing the varible
as a reference thinking that this would be a better
way to determine it.