On Sun, Aug 1, 2010 at 1:24 PM, karl williamson <public@khwilliamson.com>wrote: > Perhaps an example will clarify things. Currently if you say qr/foo/, the > stringification is (?-xism:foo) > If you instead say qr/foo/xm, the stringification is (?mx-is:foo). > my $re = qr/./; /foo$re/s Without the -s, the "." would match newline.Thread Previous | Thread Next