in reply to Re: An imperfect pattern matcher writer
in thread An imperfect pattern matcher writer

tommyw,

Not a bad idea; I wasn't familar with String::Approx before now either. I am torn now as to whether using it would increase or decrease the level of complexity of the resulting code. Also, since it is not uncommon to be testing thousands of $seqs at a time, I would need to consider execution speed.

I'll think about implementing it this way and let you know.

Thanks,
Scott

  • Comment on Re: Re: An imperfect pattern matcher writer