On 2010.5.22 3:45 AM, demerphq wrote:
> One thought...
>
> There has been turbulence in the Regexp space over the last versions of perl.
>
> Is it possible these changes might intersect with those changes to
> make it harder to compare regexes?
No, not unless this:
"$regex1" eq "$regex2"
and this:
$regex1 eq $regex2
would somehow produce different results. That's the crux of the issue here,
some poorly written overloaded objects do.
--
Reality is that which, when you stop believing in it, doesn't go away.
-- Phillip K. Dick