Download: Queue-Leaky-0.01.tar.gz
Dependencies
Annotate this POD
Queue::Leaky::Driver::Simple - Queue::Base Implementation
use Queue::Leaky::Driver::Simple; my $queue = Queue::Leaky::Driver::Simple->new; $queue->next; $queue->fetch; $queue->insert( ... ); $queue->clear;