[ ソース: libhook-wrapsub-perl ]
パッケージ: libhook-wrapsub-perl (0.08-2)
libhook-wrapsub-perl に関するリンク
Debian の資源:
libhook-wrapsub-perl ソースパッケージをダウンロード:
- [libhook-wrapsub-perl_0.08-2.dsc]
- [libhook-wrapsub-perl_0.08.orig.tar.gz]
- [libhook-wrapsub-perl_0.08-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module to wrap subs with pre- and post-call hooks
Hook::WrapSub lets you wrap a function, providing one or both of functions that are called just before and just after, whenever the wrapped function is called.
The wrap_subs() function enables intercepting a call to any named function; handlers may be added both before and after the call to the intercepted function.