# New Ticket Created by Hongwen Qiu # Please include the string: [perl #93590] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=93590 > Hi, The attached is a test file demonstrate that the given-when clause not work properly when -T is specified on the command line. However, without the -T command option, it works ok. I test the example with Perl v5.12.4, v5.14.1 and v5.15.0, only v5.12.4 tests ok while the other two test nok. If the $chr is not read from a file, then all is ok. And also, If I write ['M', 'm'] instead of ['m', 'M'] then all is ok too. (/m/i also works fine, of course.)