1Text::Xslate::Type::RawU(s3eprm)Contributed Perl DocumenTteaxtti:o:nXslate::Type::Raw(3pm)
2
3
4
6 Text::Xslate::Type::Raw - The raw string representation
7
9 This class represents raw strings so that Xslate does not escape them.
10
11 Note that you cannot extend this class.
12
14 new
15 create a new instance
16
17 as_string
18 this method is overload to string.
19
20 print Text::Xslate::Type::Raw->new('raw_string')->as_string
21 print Text::Xslate::Type::Raw->new('raw_string') # the same, because of overload
22
23
24
25perl v5.38.0 2023-07-21 Text::Xslate::Type::Raw(3pm)