Skip to content

Latest commit

 

History

History
80 lines (49 loc) · 1.34 KB

pod.pod

File metadata and controls

80 lines (49 loc) · 1.34 KB

Pod People

podsample - A sample pod document

some code

  • Item 1

  • Item 2

  • Item 3

Blah

1. Item 1
1. Item 2
1. Item 3

SYNOPSIS

$here->isa(Piece::Of::Code);
print <<"END";
This indented block will not be scanned for formatting
codes or directives, and spacing will be preserved.
END

DESCRIPTION

Here's some normal text. It includes text that is bolded, italicized, and $code-formatted.

An Example List

  • This is a bulleted list.

  • Here's another item.

Figure 1.

Here's some embedded HTML. In this block I can include images, apply styles, or do anything else I can do with HTML. pod parsers that aren't outputting HTML will completely ignore it.

SEE ALSO

perlpod, perldoc, Pod::Parser.

COPYRIGHT

Copyright 2005 J. Random Hacker.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.