in reply to Multithreading for perl code
my @lines = <STDIN>; foreach my $pattern (@array1) { my $tf = Text::Fuzzy->new ($pattern); my $fuzzy = $tf->nearest( \@lines ); # find fuzzy scanning the arr +ay of lines print "$pattern\t$fuzzy\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Multithreading for perl code
by Anonymous Monk on Apr 08, 2015 at 11:10 UTC | |
by Lotus1 (Vicar) on Apr 08, 2015 at 13:20 UTC |