# New Ticket Created by equinox # Please include the string: [perl #125472] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125472 >
Hi, if ( $instr !~~ /['"]/ ) { } This regex does not end where you expect it to end. try this, you will be surprised Marton