パッケージ: libcontext-preserve-perl (0.03-3)
libcontext-preserve-perl に関するリンク
Debian の資源:
libcontext-preserve-perl ソースパッケージをダウンロード:
- [libcontext-preserve-perl_0.03-3.dsc]
- [libcontext-preserve-perl_0.03.orig.tar.gz]
- [libcontext-preserve-perl_0.03-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [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.