Letter P

perl-Long-Jump - Mechanism for returning to a specific point from a deeply nested stack

Website: https://metacpan.org/release/Long-Jump
License: GPL-1.0-or-later OR Artistic-1.0-Perl
Vendor: Alcance Libre, Inc.
Description:
This Perl module 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. It is safer than C language jump in that it only lets you
escape frames by going up the stack, you cannot jump in other ways.

Packages

perl-Long-Jump-0.000003-1.aldos.noarch [15 KiB] Changelog by Joel Barrios (2024-07-09):
- Update to 0.000003.

Listing created by Repoview-0.6.6-6.fc14.al