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


Paketnamelibdbix-simple-perl
BeschreibungPerl module implementing an simpler interface to DBI
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.32-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe120 Byte
Hängt ab vonperl, libdbi-perl (>= 1.21)
Empfohlene Paketelibsql-abstract-perl, libtext-table-perl
PaketbetreuerUbuntu Developers
Quelle
Paketgröße34042 Byte
Prüfsumme MD52e76a6d61ec1100ed17d4bd9ea13e59a
Prüfsumme SHA17485413bc88d26e7fa52702c47639d8ff4265d6e
Prüfsumme SHA2569b79ddb0600dbcf2feb0cb9d26e61f7beb883f29b6b22b342d462f748e3a91ba
Link zum Herunterladenlibdbix-simple-perl_1.32-1_all.deb
Ausführliche BeschreibungDBIx::Simple provides a simplified interface to DBI, Perl's powerful de-facto standard database interface. This module is aimed at rapid development and easy maintenance of your codebase. A single method prepares and executes your queries, and the result object (which wraps the statement handle) provides easy row-by-row iteration and slurping methods. . The query method returns either a result object, or a dummy object. The dummy object returns undef (or an empty list) for all methods and when evaluated in boolean context, is false. The dummy object lets you postpone (or skip) error checking, but it also makes immediate error checking simple.


Impressum
Linux is a registered trademark of Linus Torvalds