On Tue, Oct 10, 2006 at 02:17:50PM -0700, Larry Wall wrote:
:     $str ~~ s(/pat) = "replacement";

Er, cut-n-paste error.  Make that:

    $str ~~ s[pat] = "replacement";

Larry

Reply via email to