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


Paketnamelibautobox-core-perl
BeschreibungModule providing automatic methods for core functions
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.2-1
Sektionperl
Prioritätoptional
Installierte Größe112 Byte
Hängt ab vonperl, libautobox-perl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße32200 Byte
Prüfsumme MD59783135882677f643e758f6226f11f79
Prüfsumme SHA1a4758a7e878eb3987e8e22849bbd1ef1a8474aa4
Prüfsumme SHA256d034484a8f6d7b02e91bbe491b1530a0891f4013dcf83e0cc26c9ab34721a4ac
Link zum Herunterladenlibautobox-core-perl_1.2-1_all.deb
Ausführliche BeschreibungThis module provides automatic methods which wrap perl's built-in functions for minipulating numbers, strings, arrays, hashes, and code references. It can be handy to use built-in functions as methods to avoid messy dereferencing syntaxes and parentheses pile ups. . autobox::Core is what you'd call a stub module. It is merely glue, presenting existing functions with a new interface. Most of the methods read like sub hex ($) { hex($_[0]) }. Besides built-ins that operate on hashes, arrays, scalars, and code references, some Perl 6-ish things were thrown in, and some keywords like foreach have been turned into methods.


Impressum
Linux is a registered trademark of Linus Torvalds