Paketname | libtie-dbi-perl |
Beschreibung | module tying hashes to relational databases |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.04-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 140 Byte |
Hängt ab von | perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 42018 Byte |
Prüfsumme MD5 | 658d1ff5cc17380f9e195de94309a846 |
Prüfsumme SHA1 | 2c83a78c742c05f664e3e3cec05c72b073e5f79f |
Prüfsumme SHA256 | 35ec58b8c065b03ffa490a10aaca042c6dedd09a4d6987113ff08c2443d3b85d |
Link zum Herunterladen | libtie-dbi-perl_1.04-1_all.deb |
Ausführliche Beschreibung | Tie::DBI is a Perl module for using a database as a backing store for Perl's
hash data structure. One field of the table becomes the hash key, and another
becomes the value. Once tied, all standard hash operations work, including
iteration over keys and values.
.
Using the Storable module, you may store complex Perl data structures (even
objects) in the database and later retrieve them. When used in conjunction
with a network-accessible database, this provides a simple way to transmit
data structures between Perl programs on different machines.
|