Query: sendpage::pagequeue
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Sendpage::PageQueue(3pm) User Contributed Perl Documentation Sendpage::PageQueue(3pm)NAMEPageQueue.pm - extends the Queue module, adding the Page module smartsSYNOPSIS$pqueue=Sendpage::PageQueue($config); # read waiting pages while ($fh=$pqueue->getPage($db)) { # build up $page @stuff=$pqueue->pullPageFromFile($db,$fh); $page=Sendpage::Page->new(@stuff); # do something to change $page # write changes back to queue $pqueue->writePage($page); $pqueue->fileDone(); } # add a new page $fh=$pqueue->addPage($page);DESCRIPTIONThis is a module for use in sendpage(1).BUGSObviously, needs more docs.AUTHORKees Cook <kees@outflux.net>SEE ALSOperl(1), sendpage(1), Sendpage::KeesConf(3), Sendpage::KeesLog(3), Sendpage::Modem(3), Sendpage::PagingCentral(3), Sendpage::Page(3), Sendpage::Recipient(3), Sendpage::Queue(3)COPYRIGHTCopyright 2000 Kees Cook. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2008-01-03 Sendpage::PageQueue(3pm)
Related Man Pages |
---|
modemtest(1p) - debian |
net::snpp::server(3pm) - debian |
sendpage::keesconf(3pm) - debian |
sendpage::pagingcentral(3pm) - debian |
sendpage::recipient(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
figure it out |
get everything but last line |
GroundWork Monitor Open Source 5.1.0-02 beta (Ubuntu branch) |
LPI practice work |
AIX 6.1: Releasing Memory and Page Space |