Help for this page

Select Code to Download


  1. or download this
    [mysection]
      somevar = value
    
  2. or download this
    use Config::IniFiles;
    my $config_data = new Config::IniFiles( -file => $config_file ) or die
    +("Cannot read $config_file");
    $myvar = $config_data->val('mysection', 'somevar', 'defaultvalue');