String::BufferStack

Nested buffers for templating systems
Download

String::BufferStack Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alex Vandiver
  • Publisher web site:
  • http://search.cpan.org/~alexmv/

String::BufferStack Tags


String::BufferStack Description

Nested buffers for templating systems String::BufferStack is a Perl module that provides a framework for storing nested buffers. By default, all of the buffers flow directly to the output method, but individual levels of the stack can apply filters, or store their output in a scalar reference.SYNOPSIS my $stack = String::BufferStack->new; $stack->push( filter => sub {return uc shift} ); $stack->append("content"); $stack->flush_output; Requirements: · Perl


String::BufferStack Related Software