Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: search hang trouble

by japhy (Canon)
on Sep 01, 2006 at 21:47 UTC ( [id://570839]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://570839]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-26 05:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found