<foo>
<bar>7</bar>
<baz>
<blah>12</blah>
</baz>
</foo>
I'd like to be able to create an object that represents this such that
$self->bar()returns 7 and
$self->bar(12)will change the value of bar and write the new xml to disk. I'm happy to provide some sort of mapping so
$self->bazwould do as expected. Is there an existing (combination of) modules to do this? I'm using moose if that would help
In reply to XML file and objects by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |