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


in reply to What is the better way to store and display data.

There are many ways to store data. Tables in an RDBMS is only one. You might find perl serialization helpful to learn about some alternatives that would allow you to store perl data structures without translating them into RDBMS tables. Which method will be best for you depends on many factors you haven't described, as indicated by choroba.