The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTML::Mason::Buffer - Objects for Handling Component Output

SYNOPSIS

   ???

DESCRIPTION

Mason's buffer objects handle all output generated by components. They are used to implement <%filter> blocks, the $m->scomp method, the store component call modifier, and content-filtering component feature.

Buffers can either store output in a scalar, internally, or they can be given a callback to call immediately when output is generated.

CONSTRUCTOR

...

METHODS

...