http://qs321.pair.com?node_id=998824


in reply to Unrecognized escape \Q passed through in regex

I had the same problem. I think

$window =~ eval 'qr{'.$regexp.'}' ;

should work, and not produce the error.

Replies are listed 'Best First'.
Re^2: Unrecognized escape \Q passed through in regex
by Anonymous Monk on Oct 14, 2012 at 05:23 UTC