Query: template::alloy::play
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Template::Alloy::Play(3pm) User Contributed Perl Documentation Template::Alloy::Play(3pm)NAMETemplate::Alloy::Play - Play role - allows for playing out the ASTDESCRIPTIONThe Template::Alloy::Play role allows for taking the AST returned by the Parse role, and executes it directly. This is in contrast Template::Alloy::Compile which translates the AST into perl code and then executes the perl code.ROLE METHODS"play_tree" Takes the AST output of load_tree and executes it directly. It should be passed an AST tree and an output string reference that the content will be appended to. my $tree = $self->load_tree('somefile'); my $out = ''; $self->play_tree($tree, $out); "play_*" Methods by these names are used by execute_tree to execute the parsed tree.AUTHORPaul Seamons <paul at seamons dot com>LICENSEThis module may be distributed under the same terms as Perl itself. perl v5.10.1 2010-12-29 Template::Alloy::Play(3pm)
Related Man Pages |
---|
template::alloy::velocity(3pm) - debian |
template::manual(3) - centos |
template::manual(3pm) - debian |
template::namespace::constants(3pm) - debian |
template::stash::xs(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Detecting unused variables... |
Weird 'find' results |
How to copy a column of multiple files and paste into new excel file (next to column)? |