Paketname | libipc-shareable-perl |
Beschreibung | module to access IPC shared memory segments through perl |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.60-8 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 156 Byte |
Hängt ab von | perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 34510 Byte |
Prüfsumme MD5 | 556c69be24fd7a4249673474bc7e50e7 |
Prüfsumme SHA1 | 9c6c59bf0a52a1418b5e6cec61e735ef4aa84381 |
Prüfsumme SHA256 | 3462b560561b46b39461b9683c4cc5ed89c3c20f2483edd13391b7f99aa8a694 |
Link zum Herunterladen | libipc-shareable-perl_0.60-8_all.deb |
Ausführliche Beschreibung | This perl module provides a tie() interface to System V IPC shared memory
segments.
.
IPC::Shareable allows you to tie a variable to shared memory making it
easy to share the contents of that variable with other Perl processes.
Scalars, arrays, and hashes can be tied. The variable being tied may
contain arbitrarily complex data structures - including references to
arrays, hashes of hashes, etc.
|