1POE::Filter::Stream(3)User Contributed Perl DocumentationPOE::Filter::Stream(3)
2
3
4

NAME

6       POE::Filter::Stream - pass through data unchanged (a do-nothing filter)
7

SYNOPSIS

9         $filter = POE::Filter::Stream->new();
10         $arrayref_of_logical_chunks =
11           $filter->get($arrayref_of_raw_chunks_from_driver);
12         $arrayref_of_streamable_chunks_for_driver =
13            $filter->put($arrayref_of_logical_chunks);
14

DESCRIPTION

16       This filter passes data through unchanged.
17

SEE ALSO

19       POE::Filter.
20
21       The SEE ALSO section in POE contains a table of contents covering the
22       entire POE distribution.
23

BUGS

25       Oh, probably some.
26

AUTHORS & COPYRIGHTS

28       Please see POE for more information about authors and contributors.
29
30
31
32perl v5.8.8                       2006-09-01            POE::Filter::Stream(3)
Impressum