Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Text::Xslate::PP

Name Text::Xslate::PP
Version v3.5.9
Located at /usr/lib/x86_64-linux-gnu/perl5/5.34
File /usr/lib/x86_64-linux-gnu/perl5/5.34/Text/Xslate/PP.pm
Is Core No
Search CPAN for this module Text::Xslate::PP
Documentation Text::Xslate::PP
Module Details Text::Xslate::PP

NAME

Text::Xslate::PP - Yet another Text::Xslate runtime in pure Perl


VERSION

This document describes Text::Xslate::PP version v3.5.9.


DESCRIPTION

This module implements a Text::Xslate runtime engine in pure Perl. Normally it will be loaded if it fails to load XS. So you do not need to use this module explicitly.

    # Text::Xslate loads PP if needed
    use Text::Xslate;
    my $tx = Text::Xslate->new();

If you want to use Text::Xslate::PP, however, you can use it.

    use Text::Xslate::PP;
    my $tx = Text::Xslate->new();

XS/PP mode might be switched with $ENV{XSLATE} = 'pp' or 'xs'.

$ENV{XSLATE} = 'pp=verbose' } may be useful for debugging.


SEE ALSO

the Text::Xslate manpage

the Text::Xslate::PP::Opcode manpage


AUTHOR

Text::Xslate::PP stuff is originally written by Makamaka Hannyaharamitu <makamaka at cpan.org>, and also maintained by Fuji, Goro (gfx).


LICENSE AND COPYRIGHT

Copyright (c) 2010 by Makamaka Hannyaharamitu (makamaka).

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026