The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#%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