in reply to Re: Returning multiple Hash references from a sub()
in thread Returning multiple Hash references from a sub()

If you need to return more than three hash refs, you can also start asking yourself if it wouldn't be clearer to return an object of some kind. (Often the answer is still "no", but not always).
  • Comment on Re^2: Returning multiple Hash references from a sub()