blob: e36b8b4fdefe9a92652117a45a165149ec91c930 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[name]
Handling of E<> Unicode escape
[input]
=head1 perlfaq4 SNIPPET
The trick to this problem is avoiding accidental autovivification. If
you want to check three keys deep, you might naE<0xEF>vely try this:
[output]
.SH "perlfaq4 SNIPPET"
.IX Header "perlfaq4 SNIPPET"
The trick to this problem is avoiding accidental autovivification. If
you want to check three keys deep, you might naïvely try this:
|