in reply to Re: Checking number of values returned
in thread Checking number of values returned

> then perhaps you could look into returning complex data structures instead, like arrayrefs, hashrefs, or objects?

And perhaps if many redundant hashes are passed around, a redesign to OOP is reasonable, where the subs become the methods of the object's data.

edit

IOW instead of passing data one is chaining methods.

Cheers Rolf

PS: Je suis Charlie!

  • Comment on Re^2: Checking number of values returned