# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# hello.pl
# Displays a warm greeting.
#
# AUTHOR
# Brian Wisti (or webfiend on perlmonks)
# DATE
# 28 December 2004
# VERSION
# 1.0
# PURPOSE
# Demonstration script for my Perl tutorial
# USAGE
# perl hello.pl
# LICENSE
# You may copy and redistribute this program as you see fit, with n
+o
# restrictions.
# WARRANTY
# This program comes with NO warranty, real or implied.
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
You meant
=head1 NAME
hello.pl - Displays a warm greeting.
=head1 USAGE
perl hello.pl
=head1 DESCRIPTION
Demonstration script for my Perl tutorial
=head1 LICENSE
You may copy and redistribute this program as you see fit, with no res
+trictions.
=head1 WARRANTY
This program comes with NO warranty, real or implied.
=head1 AUTHOR
Brian Wisti (or webfiend on perlmonks)
and the version in the package global $VERSION, I hope.
Don't document in comments. See also POD in 5 minutes. It's not scary.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|