Home

Text::Xslate::Type::Raw(3pm)

Text::Xslate::Type::Raw(3pm)User Contributed Perl DocumentationText::Xslate::Type::Raw(3pm)

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

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

Note that you cannot extend this class.

create a new instance

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
2022-10-20perl v5.36.0