NAME

Sample::Pod

SYNOPSIS

perldoc Sample::Pod

DESCRIPTION

This is dummy copy used to test Pod::Multi.

Unordered List with Named Bullet Points

  • Bullet Point One

    Text for Bullet Point One

  • Bullet Point Two

    Text for Bullet Point Two

Unordered List with Only Bullet Points

  • Text for Bullet Point A

  • Text for Bullet Point B

Ordered List

  1. Text for Point 1

  2. Text for Point 2

Paragraphs

This paragraph will contain a variety of elements typically found in Pod. For example, some text will be italicized. Other text will be presented in bold. Yet other text will be source code. Paths and programs are typically represented like this: /usr/bin/perl is the /path/to/prosperity.

That's enough for now. We'll deal with such features as links later. Just remember:

#!/usr/bin/perl
use strict;
use warnings;

Smile and say, Hello, world!.