http://www.perlmonks.org?node_id=856832

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

Hie everyone,

My perl script gave me the error below when executed

begining of the execution was ok as script was running fine with below verbose

  • 230000 ==> took 44 seconds
  • 235000 ==> took 41 seconds
  • 240000 ==> took 43 seconds
  • 245000 ==> took 42 seconds
  • Suddenly the script stop running after the last line above and generated below error

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

    Do you have any idea what we can do to rectify this one here?

    Do i have to post my perl script in here for you guys to help me?

    The script has 906 lines :)

    Thank you Guys