软件包: libcontext-preserve-perl (0.03-1)
libcontext-preserve-perl 的相关链接
Trisquel 的资源:
下载源码包 libcontext-preserve-perl:
- [libcontext-preserve-perl_0.03-1.dsc]
- [libcontext-preserve-perl_0.03.orig.tar.gz]
- [libcontext-preserve-perl_0.03-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Damyan Ivanov
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module to preserve calling context
Context::Preserve allows developers to preserve the calling context of their subroutines, which is useful for functions that call other functions and return their results, with some possible modifications. This means that, if your module is called in scalar, list or void context, the given subroutine is called in the same context and the appropriate 'thing' is returned.
This means that it is easy to write functions that call other functions, modify their result and return it, in a seamless manner.
其他与 libcontext-preserve-perl 有关的软件包
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language