Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: “reg_node overrun” when compiling regular expressions

by sundialsvc4 (Abbot)
on Oct 24, 2013 at 13:33 UTC ( [id://1059454]=note: print w/replies, xml ) Need Help??


in reply to “reg_node overrun” when compiling regular expressions

FYI, when you use multi-line regular expression syntax, watch closely for proper termination of the regex.   (A Perl-sensitive text editor with color highlighting is hugely helpful here.)   If Perl fails to catch the proper end-of-expression, due to a syntax error on your part (however slight), it can try to treat the rest of the program source-code as part of it, leading sometimes to “bogosities” like this where it runs out of resources before it figures out what it is doing (wrong).   But, since this appears (so they say) to be limited to a particular version of Perl, it is indeed probably just-a-bug.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-24 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found