套件: libcurry-perl (2.000001-1)
libcurry-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libcurry-perl:
- [libcurry-perl_2.000001-1.dsc]
- [libcurry-perl_2.000001.orig.tar.gz]
- [libcurry-perl_2.000001-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- gregor herrmann
外部的資源:
- 主頁 [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.