There're different ways to emulate a numeric matrix (or N-dimenson one for that matter) with row and column labels (i.e. data being accessed with array indexes but having (row and column) labels associated with them), such as using Text::Column with an ordered hash, etc.
Is there one module that does the whole thing? Just somehow failed to locate one.
Thanks.