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
BeschreibungPerl module to inspect and manipulate lexical variables
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.9-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe96 Byte
Hängt ab vonperl (>= 5.10.0-24ubuntu4), perlapi-5.10.0, libc6 (>= 2.1.3)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße21398 Byte
Prüfsumme MD593a436982d5012ea2fe9481685654c52
Prüfsumme SHA190507d0e321fa74b7354ff6abbc704d7e7c830c2
Prüfsumme SHA256e2481984e432bbb6ca80b01bfde83626af66d65a77071412571f474902fb23f5
Link zum Herunterladenlibpadwalker-perl_1.9-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