2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

betateilchen: debug code

git-svn-id: https://svn.fhem.de/fhem/trunk@18297 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2019-01-17 15:18:45 +00:00
parent c77f6c2424
commit 9c3d3e539b

View File

@ -212,8 +212,9 @@ my ($err,@config);
return 0 if ($err);
map { $_ =~ s/^\s+|\s+$//g; } @config;
map { $_ =~ s/;$/;;/;} @config;
map { $_ =~ s/^\s+|\s+$//g; } @config;
map { $_ =~ s/;$/;;/;} @config;
map { $_ = undef unless length($_) } @config;
use Data::Dumper;
print Dumper @config;