Great.  I tested the original example with the change and verified
that it works.

    ./perl6 -e 'say <a1 a2 a3>.map({S/a/x/}).perl'
    ("x1", "x2", "x3").Seq

thanks!
Brian

Reply via email to