Template::Alloy::Stream(3pm) | User Contributed Perl Documentation | Template::Alloy::Stream(3pm) |
Template::Alloy::Stream - Stream role - allows for playing out the AST and printing straight to file handle
The Template::Alloy::Stream role works similar to the PLAY role, but instead of accumulating the data, it prints it as soon as it is available.
All directives are supported except for the CLEAR directive which is meaningless.
Most configuration items are supported - except for the TRIM directive which cannot be used because the output is not buffered into a variable that can be trimmed.
The WRAPPER directive is still supported - but it essentially turns off STREAM as the content must be generated before playing the WRAPPER templates.
Paul Seamons <paul@seamons.com>
This module may be distributed under the same terms as Perl itself.
2022-10-16 | perl v5.36.0 |