Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release-src > by-pkgid > 45b8c9e4418097a8b1ad27478bc40356

perl-Regexp-Keep-0.02-3mdv2008.0.src.rpm

Description:

This allows you to use the "\K" escape in your regexes, which
fools the regex engine into thinking it has only just started
matching your regex. This means you can turn the inefficient
replace-with-itself construct

s/(save)delete/$1/;

into the more efficient

s/save\Kdelete//;

construct.

Generated packages:

Other version of this rpm: