This is the title

This para is a bit of an introduction. It goes on and on.

This is another para in the the intro. This has a title: Learning Perl. You can use Module::Starter and perlfunc and open.

This is head1

This is a para with a single code and a <$fh>.

This is the first head2

This is a para with a bold word. And an italic word.

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

use Some::Module;

unlink $file;

And here is some output:

% perl some_program
this is an output message

Now for some output

This is a line of text

This is after the code. This line has some “double quotes” and the next line has some ’single quotes’. There is also an mdash—there it is! This is a Try::Tiny module name.

This is the second head2

This is a para.

This is another head1

This is the last line.

  1. This is an item

  2. This is an item 2

  3. Now for a list with paras in it.

    1. This is an item with a para

      No we are in a para in a list.

    2. This is an item 2

      No we are in a para in a list.