Help for this page

Select Code to Download


  1. or download this
    
    [path]
    ...
    files = hello.txt,hi.txt,howdy.txt 
    dirs =  %code%, %root%, %code%
    
  2. or download this
            $value =~ s{%(?:\[([^\]%]+)\])?([^%]*)%}{
                if ($2 eq '') {
    ...
                    $INIhashref->{$1}{$2}
                }
            }ge;