Changeset 255
- Timestamp:
- 04/24/07 16:29:05 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/kindlund-multi_config/lib/HoneyClient/Util/Config.pm
r254 r255 640 640 variable setting, first. If that setting is not specified, the function 641 641 call will recursively search for the same variable located within any 642 parent (or global) regions of the configuration file. See the getVar() 643 documentation for further details. 642 parent (or global) regions of the configuration file. 643 644 Furthermore, getVar() returns hashrefs for target elements that contain 645 additional child sub-elements. However, the format of this hashref 646 is B<NOT> necessarily intuitive. See the getVar() documentation for 647 further details. 644 648 645 649 =head1 SEE ALSO
