Help for this page

Select Code to Download


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