Changeset 255

Show
Ignore:
Timestamp:
04/24/07 16:29:05 (2 years ago)
Author:
kindlund
Message:

Updated documentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-multi_config/lib/HoneyClient/Util/Config.pm

    r254 r255  
    640640variable setting, first.  If that setting is not specified, the function 
    641641call 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. 
     642parent (or global) regions of the configuration file. 
     643 
     644Furthermore, getVar() returns hashrefs for target elements that contain 
     645additional child sub-elements.  However, the format of this hashref 
     646is B<NOT> necessarily intuitive.  See the getVar() documentation for  
     647further details. 
    644648 
    645649=head1 SEE ALSO