in reply to Re: "search pattern not terminated " error
in thread "search pattern not terminated " error

Thank you.
  • Comment on Re^2: "search pattern not terminated " error

Replies are listed 'Best First'.
Re^3: "search pattern not terminated " error
by AnomalousMonk (Archbishop) on Feb 25, 2010 at 23:00 UTC

    Specifically, Perl thinks you have opened a special 'match-only-once' regex (or else maybe a weird  ?: ternary operator).
    See ?PATTERN? in perlop.