Sophie

Sophie

distrib > PLD > th > ppc > by-pkgid > 450a49217d336c3da984f0563a411af6

perl-ex-override-1.1-2.noarch.rpm

Description:

"ex::override" is an easy way to override core Perl functions:

use ex::override
length => \&mylength,
open => \&myopen;

Overriding a core function happens at compile time. Arguments are
passed to "ex::override" in a name based, or hash style. The key is
the name of the core function to override, the value is your
subroutine to replace the core's.

Sources packages:

Other version of this rpm: