in reply to Re^2: Error triggered with Nested quantifiers in regex
in thread Reaped: Error triggered with Nested quantifiers in regex

Yes, you said this before.

Now please read and apply the replies provide when you asked this question the first time; the replies at Re: What does it mean Nested quantifiers in regex, Re^2: What does it mean Nested quantifiers in regex, Re: What does it mean Nested quantifiers in regex, Re: What does it mean Nested quantifiers in regex and so on!

  • Comment on Re^3: Error triggered with Nested quantifiers in regex

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

    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


      421                if ($mail && ($mail =~ /^$edsMail$/i)) {
      Whats the value of $edsMail ??

        the value is Hugh.Jackman@dhl.com

        thanks for your reply

        i really appreciate it much