[ 原始碼: liblong-jump-perl ]
套件:liblong-jump-perl(0.000001-2)
liblong-jump-perl 的相關連結
Debian 的資源:
下載原始碼套件 liblong-jump-perl:
- [liblong-jump-perl_0.000001-2.dsc]
- [liblong-jump-perl_0.000001.orig.tar.gz]
- [liblong-jump-perl_0.000001-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
mechanism for returning to a specific point from a deeply nested stack
Long::Jump essentially provides a multi-level return. You can mark a spot with setjump() and then unwind the stack back to that point from any nested stack frame by name using longjump(). You can also provide a list of return values.
This is not quite a match for C's long jump, but it is "close enough". It is safer than C's jump in that it only lets you escape frames by going up the stack, you cannot jump in other ways.
其他與 liblong-jump-perl 有關的套件
|
|
|
|
-
- dep: libimporter-perl
- alternative but compatible interface to modules that export symbols
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language