http://www.perlmonks.org?node_id=722737


in reply to How to read multiple tables into arrays

Take a look at an ORM, such as DBIx::Class.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?