On Tue, Aug 12, 2008 at 12:02:41PM -0700, Carl Mäsak wrote:
> r30183:
> $ ./perl6 -e '"\"" ~~ /\"/' # works
> $ ./perl6 -e '"\"" ~~ / < \" > /' # fails
> Unable to find regex ''
> Null PMC access in invoke()
> [...]
>
> This goes for single as well as double quotes. And backslashes:
>
> $ ./perl6
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #57868]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=57868 >
r30183:
$ ./perl6 -e '"\"" ~~ /\"/' # works
$ ./perl6 -e '"\"" ~~ / < \" > /' # fails
Un