Sophie

Sophie

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

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

Sources packages:

Other version of this rpm: