libscope-upper-perl

module to manipulate upper scopes

Description

Scope::Upper is a Perl module that provides a way for Perl programs to defer actions at run-time until the control flow returns to the upper scope. It currently enables developers to:

 * Hook an upper scope end with "reap"
 * Localize variables, array/hash values or deletions of elements in
   higher contexts with respectively "localize", "localize_elem" and
   "localize_delete"
 * Return values immediately to an upper level with "unwind", and know
   which context was in use then with "want_at"

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Scope-Upper


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libscope-upper-perl