in reply to Re: use Data::Dumper to implement Object persistence
in thread (DON'T) use Data::Dumper to implement Object persistence
I had a job a couple years ago where we needed to share objects between some in-house mod_perl stuff, some third-party PHP stuff, and some Python stuff from a company we acquired. YAML made this trivial.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: use Data::Dumper to implement Object persistence
by IOrdy (Friar) on Apr 28, 2005 at 03:33 UTC | |
by DrHyde (Prior) on Apr 28, 2005 at 10:57 UTC | |
by gellyfish (Monsignor) on Apr 28, 2005 at 14:48 UTC |