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


in reply to Re: Best way to store object in db
in thread Best way to store object in db

Thank you! I was thinking about Storable, but It does not suit me. I don't want to store the whole object, but only the parts that are necessary for its recreation. I also want to store version number in the serialized object to make it possible to change the internal format with backward compatibility.

For now I have the task to store the MySQL, but I want to write the module so it serializes to some text that can be stored anywhere.