Files of interest:

ohs:  The main script for the organizational hierarchy server.  It is about as finished as it can be until the software manager is more finalized.

ohs.test: The test script for ohs

Hierarchy_interface.pm: The interface library which the GUI will use to manipulate the hierarchy.  Mostly stubs at the moment.

Hierarchy_interface.pm.test: The test for Hierarchy_interface.pm

Department.pm: A Department object within the hierarchy object defined in Hierarchy.pm

Host.pm: A Host object within the hierarchy object defined in Hierarchy.pm

Hierarchy.pm: The internal data structures for a local copy of a hierarchy.  This is used in both the ohs, and Hierarchy_interface.pm

Static_message_syntax.pm: Used to test the syntax of all messages in the hierarchy system.

Test_script.pm: Scaffolding for use in test scripts.
