[ ソース: libfile-queue-perl ]
パッケージ: libfile-queue-perl (1.01a-4)
libfile-queue-perl に関するリンク
Debian の資源:
libfile-queue-perl ソースパッケージをダウンロード:
- [libfile-queue-perl_1.01a-4.dsc]
- [libfile-queue-perl_1.01a.orig.tar.gz]
- [libfile-queue-perl_1.01a-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl module providing a persistent FIFO Queue using a file
File::Queue allows for the creation of persistent First In, First Out (FIFO) queue objects, saving data in a file. Queue elements can only be scalars; if you want to work with references or other complex data structures, you have to serialize them first. This module was written with speed in mind, and is indeed very fast, but one should take care to understand its limitations.