in reply to Re: String matching question
in thread String matching question

Given what pops up in those DEBUG lines, you probably shouldn't be searching for anything so simple as a match for your transaction ID (that sequence of numbers could, it appears, pop up in those long strings of digits in those lines).

I still don't see why your code isn't producing matches. Since you don't appear to be using strict, all your variables are global, so it shouldn't be a scoping issue. Perhaps if you posted (in this thread) the part of the code that fetches the transaction IDs, we might see what's going on.

Philosophy can be made out of anything. Or less -- Jerry A. Fodor

Replies are listed 'Best First'.
Re: Re: Re: String matching question
by vonman (Acolyte) on Mar 13, 2001 at 21:24 UTC
    Unfortunately in the complex log that I have to parse after finding a problem the only similar key is the transaction id.