* Michael Mathews <[EMAIL PROTECTED]> [2006-05-28 16:15]:
> For that matter can anyone give a working (under pugs) example
> of a simple substitution using Perl6 regex, "+" => " " for
> example?

I think you’ll end up doing s:p5/// or however exactly it is
spelled where you can just write a Perl 5 regex.

Regards,
-- 
#Aristotle
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1};
&Just->another->Perl->hacker;

Reply via email to