IniConf provides a way to have readable configuration files outside your Perl script. The configuration can be safely reloaded upon receipt of a signal. USAGE Get a new IniConf object with the new method: $cfg = IniConf->new( -file => "/path/configfile.ini" ); $cfg = new IniConf -file => "/path/configfile.ini"; Optional named parameters may be specified after the configuration file name. See the new in the METHODS section, below. INI files consist of a number of sections, each preceeded with the section name in square brackets. Parameters are specified in each section as Name=Value. Any spaces around the equals sign will be ignored, and the value extends to the end of the line ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bbapm
Commit message (Expand)AuthorAgeFilesLines
* - Fix build with gcc 4.2miwi2007-06-292-1/+14
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
* Revert last commit. It is not possible (yet) to have the dirrmtry usagelinimon2006-01-231-1/+2
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-22