* demerphq <demerphq@gmail.com> [2011-12-29T06:08:49] > This construct is not regexp specific, and does not warn in other situations. > > perl -le'my $x="\Qfoo[]"; print $x' > foo\[\] > > IMO, not-a-bug. Warning on an unmatched \E might make sense. I'm not sure. \Q should be allowed to end peacefully when the string terminates. -- rjbsThread Previous | Thread Next