diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-10-17 19:46:19 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-10-17 19:46:19 +0100 |
commit | 89991ded3c17d51f77f3f7bc167c4407aa12afce (patch) | |
tree | 4c42085476fdedac84ad66c066b428d0fd57f95c | |
parent | 010020d4a48c722d12b00cade0295c7f7766da35 (diff) | |
download | speech-master.tar.gz speech-master.tar.bz2 speech-master.zip |
-rwxr-xr-x | process.pl | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -254,8 +254,8 @@ my @think = ( }, ); -foreach(@think){ -my %deep=%{$_}; -if( grep $deep{cond}->($_), $transcript ){$deep{action}->($transcript);$found=1;} -} + foreach(@think){ + my %deep=%{$_}; + if( grep $deep{cond}->($_), $transcript ){$deep{action}->($transcript);$found=1;} + } } |