mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 07:16:03 +00:00
betateilchen: debug code
git-svn-id: https://svn.fhem.de/fhem/trunk@18296 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1520946547
commit
c77f6c2424
@ -212,8 +212,12 @@ my ($err,@config);
|
|||||||
|
|
||||||
return 0 if ($err);
|
return 0 if ($err);
|
||||||
|
|
||||||
|
map { $_ =~ s/^\s+|\s+$//g; } @config;
|
||||||
|
map { $_ =~ s/;$/;;/;} @config;
|
||||||
|
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
print Dumper @config;
|
print Dumper @config;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
while (<CONFIG>){
|
while (<CONFIG>){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user