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