I was reading through the Monastery, and I noticed a node (about the
line between what's considered Perl discussion and what's off-topic)
that had this regex in it:

        m:iw/how [do[es]?|can] [I|one] @tasks in @non_perl_languages/

(Yes, people are already using Perl 6 regexes in text.  :^) )  Reading
this, I noticed a potential problem in :w.

To put it simply, what do these expand to?

        m:w/foo [~|bar]/
        m:w/[~|bar] foo/
        m:w/[~|bar] [^|baz]/
        m:w/@foo @bar/

--Brent Dax <[EMAIL PROTECTED]>
@roles=map {"Parrot $_"} qw(embedding regexen Configure)

He who fights and runs away wasted valuable running time with the
fighting.

Reply via email to