in reply to Best Practices: Populating Objects from Database

I think that it very depends on the answer of two questions: Why to store object instances in db and what kind of objects should be stored.
For instance, if you require persistency only, you can do something as my $instance = bless($info[0],$info[1]) or eval() some pieces of this command...