[ 源代码: libcurry-perl ]
软件包:libcurry-perl(1.001000-1.1)
libcurry-perl 的相关链接
Debian 的资源:
下载源码包 libcurry-perl:
- [libcurry-perl_1.001000-1.1.dsc]
- [libcurry-perl_1.001000.orig.tar.gz]
- [libcurry-perl_1.001000-1.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module to create automatic curried method call closures for any class or object
The curry module provides a function that simplifies the creation of curried method closures which are functions that wrap an existing function and provide some of the inner functions arguments. It also contains a package variable which, in addition, weakens the wrapper function so it is will not hold a reference count for the inner function so Perl's garbage collection system can destroy the latter when needed.