Help for this page

Select Code to Download


  1. or download this
    KEY1=VALUE1
    KEY2=VALUE2
    
  2. or download this
    open(F,"conf.ini");
    my %config = {}'
    ...
      $config{"$key"} = $value;
    }
    close(F);