Subject: | geconfig modifies $_ |
$ perl -MMail::Ezmlm -wE 'my$m=Mail::Ezmlm->new(`pwd`);$_="foo";say'
foo
$ perl -MMail::Ezmlm -wE 'my$m=Mail::Ezmlm->new(`pwd`);$_="foo";$m->getconfig;say'
Use of uninitialized value $_ in say at -e line 1.
Possible solutions:
* add "local $_" in getconfig()
* use other variable for while loop in getconfig()
Regards
fany