- or download this
$cfg = Config::IniFiles->new( -file => "/path/configfile.ini" );
- or download this
$val = $cfg->val( 'Section', 'Parameter' );
- or download this
$cfg = Config::IniFiles->new( -file => "/path/configfile.ini" );
- or download this
$cfg_file = Config::IniFiles->new( -file => $ini_file )
|| die "Config::IniFile method new failed\nProbably error in $ini
+_file\n";