Paketname | libscope-guard-perl |
Beschreibung | lexically scoped resource management |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.03-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 60 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 6802 Byte |
Prüfsumme MD5 | 8bc736d9129c6e53999c110b4ba3147c |
Prüfsumme SHA1 | 4eec0828b8770a43c5f2dfa21ec4a442ce77787d |
Prüfsumme SHA256 | efb2387abf0d6944e68616e79a4309de36044b96dc855df74258ad21ac01f437 |
Link zum Herunterladen | libscope-guard-perl_0.03-2_all.deb |
Ausführliche Beschreibung | Scope::Guear provides a convenient way to perform cleanup or other forms of
resource management at the end of a scope. It is particularly useful when
dealing with exceptions.
The Scope::Guard constructor takes a reference to a subroutine that is
guaranteed to be called even if the thread of execution is aborted prematurely.
This effectively allows lexically-scoped "promises" to be made that are
automatically honoured by perl's garbage collector.
.
For more information, see:
http://www.cuj.com/documents/s=8000/cujcexp1812alexandr/
|