in reply to Re^2: Help with problem
in thread Help with problem

They're virtually identical

Except that my pattern matching is (slightly) different.

As I said, I don’t know why the original code wasn’t working (except for the off-by-one error). At best, the use of \r\n in the pattern match may be a red herring, in which case it will be useful to “eliminate it from our inquiries” (I read too many whodunnits). At worst, it may be introducing some bug which live4tech will find is fixed in my version.

It will be interesting to find out.

Athanasius <°(((><contra mundum

Replies are listed 'Best First'.
Re^4: Help with problem
by Anonymous Monk on May 23, 2012 at 09:24 UTC

    Except that my pattern matching is (slightly) different.

    That doesn't matter. The only possible result from using that pattern would be losing skipping even more records.

    Superstition is not a good reason to introduce code changes :)