Persistent wxPerl Objects
James Lynes <[email protected]>
| Newsgroups | gmane.comp.lang.perl.wxperl |
|---|---|
| Message-ID | <CABPyseg0S47jF0Prx1x3yJx_eDmyhdix=pyzNm1ei5dFnC5zRw@mail.gmail.com> |
There are no five minute jobs.....
ok....I'm still playing with wxTreeCtrl. I'm at the point of wanting to
save/retrieve the Tree that I have created.
I believe that the Tree structure is something like:
Frame->TreeCtrl->RootNode->BranchNodes->SubBranchNodes->LeafNodes to an
arbitrary depth.
Can Storable be used to save this Tree to disk and retrieve it? How? Other
Options? Dreaming?
I tried my $info = Storable::nstore($self->{TREE}, $path)
This created the file, but it was only 25 bytes long.
Thanks for any ideas.
James