in reply to Re: Regexp::Approx - Use fuzzy regular expressions
in thread Regexp::Approx - Use fuzzy regular expressions
Drat. I musta screwed up the failure case while working on the send/recv functions. It did work correctly before. Fixes to come in an hour or so.
Got it. The code was testing the return value of print() instead of the actual match response. When I added the general function wrapper I forgot to put a `return _read_msg()` in. (Again) it works correctly for me using your sample script.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Regexp::Approx - Use fuzzy regular expressions
by Anonymous Monk on Nov 12, 2003 at 15:36 UTC |