Help for this page

Select Code to Download


  1. or download this
    # config.ini
    include default.ini
    
    user_name = "Marshall"  # Change value within default.ini
    list_of_items = ["apple", "ball", "cup"]
    
  2. or download this
    {
      'user_name' => 'Marshall',
      'list_of_items' => '["apple", "ball", "cup"]'
    }
    
  3. or download this
    ParseConfig( -ConfigFile => 'simple.ini',
                 -UseApacheInclude      => 1,
                 -MergeDuplicateOptions => 1 );