Lines Matching refs:backslash
777 A backslash C<\> in front of a brace (or another backslash that is in
794 The backslash inside the string is passed through to Perl unchanged,
1607 backslash, so if you want to include the delimiters in the literal
1630 backslash escapes, using alternative C<DELIMITERS> may speed up the
1889 processor always replaced it with a single backslash before passing
1891 probably more convenient. See the section on backslash processing,
1896 In C<Text::Template> beta versions, the backslash was special whenever
1897 it appeared before a brace or another backslash. That meant that
1899 generate a backslash, because the code passed to Perl for evaluation
1900 was C<"\"> which is a syntax error. If you wanted a backslash, you
1909 write C<{"\\\\"}> to get one backslash. The rule is now more
1943 Starting with C<Text::Template> version 1.20, backslash processing is