File: htmlescp.pod

package info (click to toggle)
perl 5.10.0-19lenny5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 73,928 kB
  • ctags: 39,406
  • sloc: perl: 281,466; ansic: 182,157; sh: 37,027; pascal: 8,813; lisp: 7,515; cpp: 3,859; makefile: 2,320; xml: 1,972; yacc: 1,549
file content (14 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
=head1 NAME

Escape Sequences Test

=head1 DESCRIPTION

I am a stupid fool who puts naked < & > characters in my POD
instead of escaping them as E<lt> and E<gt>.

Here is some B<bold> text, some I<italic> plus F</etc/fstab>
file and something that looks like an E<lt>htmlE<gt> tag.
This is some C<$code($arg1)>.

=cut