Paketname | libscope-upper-perl |
Beschreibung | module to manipulate upper scopes |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.12-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 132 Byte |
Hängt ab von | perl (>= 5.10.1-12), perlapi-5.10.1, libc6 (>= 2.1.3) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 31252 Byte |
Prüfsumme MD5 | e3cd600a7e68d96fc94b29f535185e1a |
Prüfsumme SHA1 | d0c74701639b50755abf3cea36730cbde1163f44 |
Prüfsumme SHA256 | 1f81a4809bb44bf88e5e29273151b109909fcf7bc04700b30f36d3e4f318065a |
Link zum Herunterladen | libscope-upper-perl_0.12-1_i386.deb |
Ausführliche Beschreibung | 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"
|