in reply to Re: multiple regex logical AND
in thread multiple regex logical AND

But how can /^JRECOV="yes"/ and /^TEOJ="-w"/ both be true at the same time?

s''(q.S:$/9=(T1';s;(..)(..);$..=substr+crypt($1,$2),2,3;eg;print$..$/

Replies are listed 'Best First'.
Re^3: multiple regex logical AND
by MidLifeXis (Monsignor) on Dec 13, 2006 at 18:46 UTC

    Multiline with m/.../m, but that isn't specified, so liverpole++.

    --MidLifeXis