1Text::Xslate::Type::RawU(s3e)r Contributed Perl DocumentaTteixotn::Xslate::Type::Raw(3)
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.36.0 2022-07-22 Text::Xslate::Type::Raw(3)