On Tue Jul 03 03:01:56 2012, eda@waniasset.com wrote: > ... > > my $old = 'cat'; > (my $new = $old) =~ s/cat/dog/ or die; > [...] > my $new = $old =~ s/cat/dog/R // die; My feeling is that in this case, the user should simply use the non-r form. I am open to hear more on this, but I think this is not worth the complexity of Yet Another Postfix Modifier. --- via perlbug: queue: perl5 status: new https://rt.perl.org:443/rt3/Ticket/Display.html?id=113962Thread Next