[ 源代码: libscope-guard-perl ]
软件包:libscope-guard-perl(0.21-1.1)
libscope-guard-perl 的相关链接
Debian 的资源:
下载源码包 libscope-guard-perl:
- [libscope-guard-perl_0.21-1.1.dsc]
- [libscope-guard-perl_0.21.orig.tar.gz]
- [libscope-guard-perl_0.21-1.1.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- Krzysztof Krzyzaniak (eloy) (QA 页面)
- gregor herrmann (QA 页面)
- Ansgar Burchardt (QA 页面)
- Franck Joncourt (QA 页面)
- Jonathan Yu (QA 页面)
- Fabrizio Regalli (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
lexically scoped resource management
Scope::Guard is a Perl module that provides a convenient way to perform cleanup or other forms of resource management at the end of a scope. It is particularly useful when dealing with exceptions.
For more information, see: <URL:http://www.drdobbs.com/cpp/184403758>