in reply to Re^2: How to write script usage section
in thread How to write script usage section

=over some_number begins a list =back ends it. All pod commands begin at the left margin with =.

Pod thinks in paragraphs, where paragraph is defined as a group of lines separated from other groups by one or more blank lines.

See perlpod for details on pod, it is quite simple, but highly effective.

Phil

  • Comment on Re^3: How to write script usage section