NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node was taken out by the NodeReaper on Aug 25, 2010 at 07:36 UTC
  • Comment on Reaped: Error triggered with Nested quantifiers in regex

Replies are listed 'Best First'.
Re: Error triggered with Nested quantifiers in regex
by ww (Archbishop) on Aug 25, 2010 at 03:02 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