Ardemus has asked for the wisdom of the Perl Monks concerning the following question:
Objects sometimes refer to other objects (when they do they require an index of that object's type within it's parent). It's basically a small relational database.Arbitrary Number of Propertys = value; Arbitrary Number of Propertys = value; Arbitrary Object group { Arbitrary Number of Propertys = value; Arbitrary Number of SubOjbects { Arbitraty Number of Propertys = value; Arbitraty Number of Propertys = value; SubObject { etc... } SubOjbect { etc... } } } Object...
In any case, I was wondering if anyone recognizes the data structure. Is it a standard type? Does anyone knows of a pre-existing module that I could use to load, manipulate, and save that structure?
I can build my own OO solution (I've been doing my homework), but it'd be nice to have something to start with.
Thanks,
Nick As an aside, given '$r_test = [$object->[$i]]', is there a method or function to find $i or @object if all you have is $r_test?
Edited by BazB: added additional code tags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MS XAct XAP Data file parsing
by tachyon (Chancellor) on Apr 11, 2004 at 10:21 UTC | |
by Anonymous Monk on Jan 15, 2020 at 19:50 UTC | |
|
Re: MS XAct XAP Data file parsing
by tilly (Archbishop) on Apr 11, 2004 at 07:36 UTC |