Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > d559cb2e99e83487f9b69e07ba14c90d

perl-Regexp-Keep-0.02-1mdk.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: