Paketname | libtie-dbi-perl |
Beschreibung | Tie hashes to relational databases |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.02-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 136 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 39610 Byte |
Prüfsumme MD5 | d94a0316f5cfa89bd138acd9afe9f24a |
Prüfsumme SHA1 | 393e9e5e41c67bb2b7ee0e67ba2ce39c1fc64d14 |
Prüfsumme SHA256 | e9309905ea62e43f7b7973db412f1532d9ea7431e47c7e973dfd3e913f727188 |
Link zum Herunterladen | libtie-dbi-perl_1.02-1_all.deb |
Ausführliche Beschreibung | This module allows you to tie Perl associative arrays (hashes) to SQL
databases using the DBI interface. The tied hash is associated with a
table in a local or networked database. One field of the table becomes the
hash key, and another becomes the value. Once tied, all the standard
hash operations work, including iteration over keys and values.
.
By using the Storable module (provided by perl), you may store
arbitrarily complex Perl structures (including objects) into the hash
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 two different machines.
|