Template-Alloy

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

            Because the output is not buffered - trim operations cannot be
            played on the output buffers.

        WRAPPER configuration/directive
            The WRAPPER configuration and directive items effectively turn
            off STREAM since the WRAPPERS are generated in reverse order and
            because the content is inserted into the middle of the WRAPPERS.
            WRAPPERS will still work, they just won't stream.

        VARIOUS errors
            Because the template is streaming, items that cause errors my
            result in partially printed pages - since the error would occur
            part way through the print.

        All output is printed directly to the currently selected filehandle
        (defaults to STDOUT) via the CORE::print function. Any output
        parameter passed to process or process_simple will be ignored.

        If you would like the output to go to another handle, you will need
        to select that handle, process the template, and re-select STDOUT.

lib/Template/Alloy.pod  view on Meta::CPAN


=item WRAPPER configuration/directive

The WRAPPER configuration and directive items effectively turn off
STREAM since the WRAPPERS are generated in reverse order and because
the content is inserted into the middle of the WRAPPERS.  WRAPPERS
will still work, they just won't stream.

=item VARIOUS errors

Because the template is streaming, items that cause errors my result
in partially printed pages - since the error would occur part way
through the print.

=back

All output is printed directly to the currently selected filehandle
(defaults to STDOUT) via the CORE::print function.  Any output
parameter passed to process or process_simple will be ignored.

If you would like the output to go to another handle, you will need to



( run in 0.303 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )