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

Reply via email to