|
NAMEData::Stream::Bulk::Filter - Streamed filtering (block oriented) VERSIONversion 0.11 SYNOPSIS use Data::Stream::Bulk::Filter;
Data::Stream::Bulk::Filter->new(
filter => sub { ... },
stream => $stream,
);
DESCRIPTIONThis class implements filtering of streams. ATTRIBUTES
METHODSAUTHORYuval Kogman <nothingmuch@woobling.org> COPYRIGHT AND LICENSEThis 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.
|