<resending from a gmail account after failed attempts from a yahoo account - apologies for duplicate postings if the first ones eventually come through)
Hi, I developed a series of modules that provide users with the ability to post-process and manipulate the output of the Random Jungle program ( http://randomjungle.sourceforge.net/). The proposed name of each module, as well as a brief synopsis, is included below. Please let me know if more information is desired. I would appreciate input on the selection of names. At last check, there was nothing on CPAN related to Random Jungle. Thanks, Bob There are 7 modules in this distribution, 4 of which provide low-level access to files and 3 of which are intended to be used by client programs. Modules to access RJ data files: RandomJungle::File::XML - Low level access to the data in the RandomJungle XML output file RandomJungle::File::RAW - Low level access to the data in the RandomJungle RAW input file RandomJungle::File::OOB - Low level access to the data in the RandomJungle OOB output file RandomJungle::File::DB - Low level access to the data in the RandomJungle DB file (used to consolidate data from the XML, RAW, and OOB files and provides query methods) Modules to provide a user-centric interface to RJ data: RandomJungle::Jungle - Consolidated interface for Random Jungle input and output data (from the perspective of the entire jungle) RandomJungle::Tree - A Random Jungle classification tree (trees make up the jungle) RandomJungle::Tree::Node - A simple representation of a node in a RandomJungle::Tree