# Example @x = 'bogus firstblahjokeblahthird bogus' =~ /(first)(?:blah).*?\2(third)/; # doesn't work # @x is empty