#!/usr/bin/perl # Update date: # Purpose: blah blah blah # # VARIABLES # blah = # foo = # =pod =head1 NAME =head1 SYNOPSIS This is a normal paragraph of text. A second line to test if the paragraph wraps with the previous one. =cut use warnings; use strict; print "Hi\n"; exit;