Help for this page

Select Code to Download


  1. or download this
    $value =~ s{%(?:\[([^\]%]+)\])?([^%]*)%}{
                if ($2 eq '') {
    ...
                    $INIhashref->{$1}{$2}
                }
            }ge;