I
Ilya Zakharevich
[A complimentary Cc of this posting was sent to
Ted Zlatanov
[[Discussion of using Data:umper for serialization as being a lunacy
omitted due to a complete agreement. ;-]]
Ted, I think the last objection is misplaced. Data language wouldn't
help if you have some data you don't want saved...
And, of course, now there are builtin *quick* serialization methods.
perldoc Storable
Hope this helps,
Ilya
Ted Zlatanov
[[Discussion of using Data:umper for serialization as being a lunacy
omitted due to a complete agreement. ;-]]
Data:umper may also save data you don't want saved, e.g. a password
in a data structure you didn't know you were dumping.
Pass data with a data language. I suggested YAML or XML - there are
many others.
Ted, I think the last objection is misplaced. Data language wouldn't
help if you have some data you don't want saved...
And, of course, now there are builtin *quick* serialization methods.
perldoc Storable
Hope this helps,
Ilya