Dear Perl6-users,
I'd like to print out the string value of the "replacement" after a match
from a statement like:
s/pattern/replacement/; or its .subst version.(I'm able to print out the /pattern/ (match) string simply by printing $/ ). Does the /replacement/ have a name so I can print it out too. Thank you,
