I would think that :p5 should behave as perl5 does by default. That would mean that /x and /s aren't on by default (for p5).
As this is my first post about pugs - all I can say is "wow." It is great to already be coding perl6. Thanks Autrijus and crew. Paul On Thursday 14 April 2005 07:36 am, Autrijus Tang wrote: > On Thu, Apr 14, 2005 at 01:07:32PM +0300, Markus Laire wrote: > > Until :i is implemented, you can use > > `:i` is now implemented in r1963: > > * :p5 allows as well as :perl5 for regex. > * allow arbitary adverb orders. > * :i / :ignorecase implemented. > * /x and /s semantics are enabled for p5 regex by default. > * "$" no longer matches "\n" at end of line by default. > > As the default flags for :p5 is unspecified territory, I'd > welcome sanity-checking on the treatment above. > > Thanks, > /Autrijus/