Paketname | libfile-queue-perl |
Beschreibung | Perl module providing a persistent FIFO Queue using a file |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.01a-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 8672 Byte |
Prüfsumme MD5 | 410bdfd824a70b59d670ad7fb4a09523 |
Prüfsumme SHA1 | c6b98866b6805bd6ccf8e1193f40473fc6107bb8 |
Prüfsumme SHA256 | 4f143eb5248c91ec782fbc413a7337b2c500222afe703c97727ac478f13543e7 |
Link zum Herunterladen | libfile-queue-perl_1.01a-1_all.deb |
Ausführliche Beschreibung | 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.
|