Subject: | method SetParameterEOT ($section, $EOT) is false in POD |
false in POD:
SetParameterEOT ($section, $EOT)
true, it's working:
SetParameterEOT ($section, $parameter, $EOT)
But I'm missing an automatic algorithm, see the following workaround:
if (@value > 1) {
my $eot = 'EOT';
for (@value) {
# eot inside of text?
while (m{\A $eot}xms) {
$eot x= 2;
$cfg->SetParameterEOT($section, $parameter, $eot);
}
}
}
$cfg->newval($section, $paramaeter, @value);