in reply to Turning a datafile into a data structure
Another option would be to get an in-memory representation of the object (which I realize is part of the problem :), then use Data::Dumper to serialize it to disk.
I realize that these don't help you with the data file format that you have, but in case you're investigating other options, these are two good ones.
|
|---|