DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibpadwalker-perl
Beschreibungmodule to inspect and manipulate lexical variables
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.92-1
Sektionperl
Prioritätoptional
Installierte Größe96 Byte
Hängt ab vonperl (>= 5.10.1-13), perlapi-5.10.1, libc6 (>= 2.1.3)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße21866 Byte
Prüfsumme MD581675464e9e24f89d1ba9af95e0babe1
Prüfsumme SHA109bdd585ede861368a879304a45b215ac3e12c2b
Prüfsumme SHA256a4dc5caf3a7a617cc36aa7f856425038c44ff9b982a2c079c3753e2fe6c2ee70
Link zum Herunterladenlibpadwalker-perl_1.92-1_i386.deb
Ausführliche BeschreibungPadWalker is a module that allows you to inspect and even modify lexical variables in the current "lexical pad stack." Perl tracks which variables are accessible and visible in each lexical scope by keeping a separate set of variables for each scope. This module looks for a given variable by traversing that stack, which allows it to alter anything in the stack, even variables not normally accessible in the current scope. . In practise, this module is useful for checking anything defined in the full stack of subroutines that called your function, making it extremely useful for debugging. It is, however, not recommended for use in production code.


Impressum
Linux is a registered trademark of Linus Torvalds