Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Error triggered with Nested quantifiers in regex

by ww (Archbishop)
on Aug 25, 2010 at 03:02 UTC ( [id://857064]=note: print w/replies, xml ) Need Help??


in reply to Reaped: Error triggered with Nested quantifiers in regex

What's wrong with the answers you received in reply to What does it mean Nested quantifiers in regex?
  • Comment on Re: Error triggered with Nested quantifiers in regex

Replies are listed 'Best First'.
Re^2: Error triggered with Nested quantifiers in regex
by anakin30 (Acolyte) on Aug 25, 2010 at 03:09 UTC

    Hie there

    once the perl script executed it runs as below

  • 225000 ==> took 55 seconds
  • 230000 ==> took 1 minutes 10 seconds
  • 235000 ==> took 1 minutes 10 seconds
  • 240000 ==> took 1 minutes
  • 245000 ==> took 1 minutes 2 seconds
  • Than suddenly the script stop with the below error

    Nested quantifiers in regex; marked by <-- HERE in m/^de.e++ <-- HERE issues@dhl.com$/ at ./crestbycountry.pl line 420.

    Hope this info helps you

        previously the suggestion/advice was to change (m/^de.e++ ) to (m/^de\+\+), is this valid?

        i couldn't find any lines (m/^de.e++) in the code so how am i gonna change it to (m/^de\+\+)

        can you please explain in details

        Thanks to you

Log In?
Username:
Password:

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

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

    No recent polls found