Text::Xslate::Type::Raw

Section: User Contributed Perl Documentation (3pm)
Updated: 2022-10-20
Index Return to Main Contents
 

NAME

Text::Xslate::Type::Raw - The raw string representation  

DESCRIPTION

This class represents raw strings so that Xslate does not escape them.

Note that you cannot extend this class.  

METHODS

 

new

create a new instance  

as_string

this method is overload to string.

    print Text::Xslate::Type::Raw->new('raw_string')->as_string
    print Text::Xslate::Type::Raw->new('raw_string') # the same, because of overload


 

Index

NAME
DESCRIPTION
METHODS
new
as_string

This document was created by man2html, using the manual pages.
Time: 21:43:40 GMT, May 23, 2024