1=head1 NAME
2
3Escape Sequences Test: Recalling the Glory "<&&&>" of Ampersands
4
5=head1 DESCRIPTION
6
7I am a stupid fool who puts naked < & > characters in my POD
8instead of escaping them as E<lt> and E<gt>.
9
10Here is some B<bold> text, some I<italic> plus F</etc/fstab>
11file and something that looks like an E<lt>htmlE<gt> tag.
12This is some C<$code($arg1)>.
13
14Some numeric escapes: E<0120> E<0x65> E<x72> E<108>
15
16=cut
17