The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#%INCLUDE test1.ini%
[general]
    test = 1
[section1]
    var1 = "test_val1"
    var1 = "Overwrite value"
    var1 += "add also"
    var2 = "defined"
    var2 ?= 'Set not defined'
#inlcude ini file