http://qs1969.pair.com?node_id=570839


in reply to Re^2: search hang trouble
in thread search hang trouble

Because it's not a regex flag, per se. It's a pattern matching operator flag. perlre only covers /i, /m, /s, and /x.

Jeff japhy Pinyan, P.L., P.M., P.O.D, X.S.: Perl, regex, and perl hacker
How can we ever be the sold short or the cheated, we who for every service have long ago been overpaid? ~~ Meister Eckhart

Replies are listed 'Best First'.
Re^4: search hang trouble
by greatdane (Beadle) on Sep 01, 2006 at 21:57 UTC
    "man perlop" has the search options covered.

    I am starting to think that it may not be hung but searching for a long long time (many 10s of minutes). A product of the cascaded non-greedy searches failing at the last pattern. I will run it and see if it ever finishes. The file I am parsing is pretty small (few thousand lines) so it should finish if it can finish.