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


in reply to Re: Can't include a HEREDOC within RHS of a Regex
in thread Can't include a HEREDOC within RHS of a Regex

Should this be reported as a bug?

I understand the "why" and there definitely isn't a big need for this type of functionality. However, the RHS of a regex should behave like any other eval block in my opinion.

The last time I found a bug you reported it for me. Should this one be reported as well?

I only discovered this while helping someone else on a different forum, so I don't foresee any lost sleep for anyone if this isn't fixed. It also might introduce new problems given there is a "work around" that might've used by others in the past. Can't say which action would be best.

  • Comment on Re^2: Can't include a HEREDOC within RHS of a Regex

Replies are listed 'Best First'.
Re^3: Can't include a HEREDOC within RHS of a Regex
by ikegami (Patriarch) on Jun 18, 2011 at 00:57 UTC
    I don't see what could be done about it, really. Maybe a documentation fix? But I think that would clutter up the docs more than anything.
      Maybe a documentation fix?

      I think, at least an extra test in the test suite demonstrating a working heredoc in RHS :)