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


Paketnamelibscalar-properties-perl
Beschreibungperl module to add run-time properties on scalar variables
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.13-1
Sektionperl
Prioritätoptional
Installierte Größe44 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerMiguelangel Jose Freitas Loreto
Quelle
Paketgröße17182 Byte
Prüfsumme MD58ec6b592133f3895a3599fad1929e812
Prüfsumme SHA12549e20d09cad658ff9706ab90d1fdd4cf311d86
Prüfsumme SHA2562b969cff0e0fba3e3e194735e4af261e9cd62cdc52c7f04678f47061d6f915e8
Link zum Herunterladenlibscalar-properties-perl_0.13-1_all.deb
Ausführliche BeschreibungScalar::Properties attempts to make Perl more object-oriented by taking an idea from Ruby: Everything you manipulate is an object, and the results of those manipulations are objects themselves. . 'hello world'->length (-1234)->abs "oh my god, it's full of properties"->index('g') . The first example asks a string to calculate its length. The second example asks a number to calculate its absolute value. And the third example asks a string to find the index of the letter 'g'. . Using this module you can have run-time properties on initialized scalar variables and literal values. The word 'properties' is used in the Perl 6 sense: out-of-band data, little sticky notes that are attached to the value. While attributes (as in Perl 5's attribute pragma, and see the Attribute::* family of modules) are handled at compile-time, properties are handled at run-time.


Impressum
Linux is a registered trademark of Linus Torvalds