Query: netsds::conf
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NetSDS::Conf(3pm) User Contributed Perl Documentation NetSDS::Conf(3pm)NAMENetSDS::Conf - API to configuration filesSYNOPSISuse NetSDS::Conf; my $cf = NetSDS::Conf->getconf($conf_file); my $val = $cf->{'parameter'};DESCRIPTIONNetSDS::Conf module is a wrapper to Config::General handler for NetSDS configuration files. This package is for internal usage and is called from NetSDS::App or inherited modules and should be never used directly from applications. getconf() - read parameters from configuration file Paramters: configuration file name Returns: cofiguration as hash reference This method tries to read configuration file and fill object properties with read values. NOTE: Parameters set from command line will not be overriden.EXAMPLESBUGSUnknownSEE ALSOGetopt::Long, Config::General, NetSDS::Class::AbstractTODO1. Improve documentation.AUTHORMichael Bochkaryov <misha@rattler.kiev.ua> perl v5.10.1 2010-04-28 NetSDS::Conf(3pm)
Related Man Pages |
---|
netsds(3pm) - debian |
netsds::const(3pm) - debian |
netsds::util(3pm) - debian |
netsds::util::convert(3pm) - debian |
netsds::util::datetime(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
Detecting unused variables... |
Weird 'find' results |