in reply to (ichimunki) Re: What data structure should I use to describe networked computers?
in thread What data structure should I use to describe networked computers?

Or, if you go this route, DBD::RAM might suit your needs better. As the docs say:
"DBD::RAM allows you to import almost any type of Perl data structure into an in-memory table and then use DBI and SQL to access and modify it."
You'll find a helpful review of the module here.
  • Comment on Re: (ichimunki) Re: What data structure should I use to describe networked computers?
  • Download Code