The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.0.0 - 1999-05-17

  • DXP: Applied patch from Daniel X. Pape dpape@canis.uiuc.edu, which included:
    • Node, and Handle objects: moved tree() member function from Node object to Handle object
    • Handle object: added functionality, and member function for depth tracking as the Handle object is navigated through the tree.
    • Documentation for the new code.
  • KRB: Added Handle::kv_pairs(), and Handle::remove_child().
  • KRB: Made minor changes to the debug statements so they print the package name as well as the member function name - just to make it easier to see these messages when used in conjunction with other objects/packages/debugging code.
  • KRB: Minor changes to the new() member functions, so the objects can be constructed in a larger variety of ways.
  • KRB: It seemed stable enough, and failry feature complete, and there didn't seem like there were any more compelling reasons not to, so I updated the version number to 1.0.0 so it looks stable.
  • KRB: All previous changes made by KRB...

Modules

a multi node tree object. Most useful for modeling heirarchial data structures.

Provides

in MultiNode.pm
in MultiNode.pm