Paketname | libscope-upper-perl |
Beschreibung | module to manipulate upper scopes |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.10-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 128 Byte |
Hängt ab von | perl (>= 5.10.1-8ubuntu1), perlapi-5.10.1, libc6 (>= 2.1.3) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 28670 Byte |
Prüfsumme MD5 | c7755708e9f231a5fb32846c4b194ee8 |
Prüfsumme SHA1 | 7567955ee8bba5bc968f88ba93ea3fe833f63a36 |
Prüfsumme SHA256 | cb055823cbd814739f2e3b0bc1aebe65dfe25dde09f062f70e4b1e14411ef5d5 |
Link zum Herunterladen | libscope-upper-perl_0.10-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"
|