Text::Xslate::Util - A set of utilities for Xslate
use Text::Xslate::Util qw(
mark_raw
unmark_raw
html_escape
uri_escape
p
html_builder
hash_with_default
);
This module provides utilities for Xslate.
This is the entity of the mark_raw filter.
This is the entity of the unmark_raw filter.
This is the entity of the html_escape filter.
This is the entity of the uri filter.
Displays the contents of $any using Data::Dumper.
This is the entity of the dump filter, useful for debugging.
Wraps a block or &function with mark_raw so that the new subroutine will
return a raw string.
This function is the same as what Text::Xslate exports.
Set a default value $default to %hash and returns a HashRef.
This is provided for debugging.
the Text::Xslate manpage
|