debian man page for data::stream::bulk::callback

Query: data::stream::bulk::callback

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Data::Stream::Bulk::Callback(3pm)			User Contributed Perl Documentation			 Data::Stream::Bulk::Callback(3pm)

NAME
Data::Stream::Bulk::Callback - Callback based bulk iterator
VERSION
version 0.11
SYNOPSIS
Data::Stream::Bulk::Callback->new( callback => sub { if ( @more_items = get_some() ) { return @more_items; } else { return; # done } }, }
DESCRIPTION
This class provides a callback based implementation of Data::Stream::Bulk.
ATTRIBUTES
callback The subroutine that is called when more items are needed. Should return an array reference for the next block, or a false value if there is nothing left.
METHODS
get_more See Data::Stream::Bulk::DoneFlag. Reinvokes "callback".
AUTHOR
Yuval Kogman <nothingmuch@woobling.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Yuval Kogman. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-02-14 Data::Stream::Bulk::Callback(3pm)
Related Man Pages
data::stream::bulk::array(3pm) - debian
data::stream::bulk::path::class(3pm) - debian
html::formfu::constraint::callbackonce(3pm) - debian
jifty::action::record::bulk(3pm) - debian
poe::filter::stream(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?