abitkin has asked for the wisdom of the Perl Monks concerning the following question:
/-------\
|Booking|
\-------/
| /----\
|--->|User|
| \----/
| /--------\
----->|Schedule|
\--------/
|
/-----\ |
|Route|<-------
\-----/
| /------\
---->|Driver|
\------/
This is by no means the complete diagram, only a representation of the major objects. Also each object will have extra data in it, as you would expect with any object. I must be able to save the whole thing into a text file. (flat file) What is the best way to store the entire structure?
|
|---|