in reply to Re^2: fastest pattern match
in thread fastest pattern match

Incorrect. It will not be compiled on every iteration, but its string form will be compared with its previous string form, to see whether it needs recompiling.

_____________________________________________________
Jeff[japhy]Pinyan: Perl, regex, and perl hacker, who'd like a job (NYC-area)
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;

Replies are listed 'Best First'.
Re^4: fastest pattern match
by flounder99 (Friar) on Jun 25, 2002 at 11:53 UTC
    Thanks,

    I remember reading that it still did the recompile even if the variable in the regex did not change. Of course I read that a LONG time ago. Apparently it has been fixed.(probably a long time ago) So would the /o faster by avoiding the extra string compare? I know this would probably be insignificant unless there where a bajillion iterations. But I was just curious.
    Do you even know anything about regexes? (see sig)

    --

    flounder

    Do you even know anything about perl?
    --Anonymous Coward to Tom Christiansen on slashdot