1*0Sstevel@tonic-gate=head1 NAME 2*0Sstevel@tonic-gate 3*0Sstevel@tonic-gateEscape Sequences Test 4*0Sstevel@tonic-gate 5*0Sstevel@tonic-gate=head1 DESCRIPTION 6*0Sstevel@tonic-gate 7*0Sstevel@tonic-gateI am a stupid fool who puts naked < & > characters in my POD 8*0Sstevel@tonic-gateinstead of escaping them as E<lt> and E<gt>. 9*0Sstevel@tonic-gate 10*0Sstevel@tonic-gateHere is some B<bold> text, some I<italic> plus F</etc/fstab> 11*0Sstevel@tonic-gatefile and something that looks like an E<lt>htmlE<gt> tag. 12*0Sstevel@tonic-gateThis is some C<$code($arg1)>. 13*0Sstevel@tonic-gate 14*0Sstevel@tonic-gate=cut 15