[ ソース: libipc-shareable-perl ]
パッケージ: libipc-shareable-perl (0.61-2)
libipc-shareable-perl に関するリンク
Debian の資源:
libipc-shareable-perl ソースパッケージをダウンロード:
- [libipc-shareable-perl_0.61-2.dsc]
- [libipc-shareable-perl_0.61.orig.tar.gz]
- [libipc-shareable-perl_0.61-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module to access IPC shared memory segments through perl
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.