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

what does "=over 8" and "=item B<-help>" signify. And what does "cut" do. I can see "cut" in the man page documentation for my script. Whats it for. How can i put a new line while writing the pod usage ie New line should appear in the man page else the man page looks quite cluttered Pardon me but im absolutely new to the whole word of scripting.
  • Comment on Re^2: How to write script usage section

Replies are listed 'Best First'.
Re^3: How to write script usage section
by philcrow (Priest) on Sep 08, 2005 at 14:40 UTC
    =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

Re^3: How to write script usage section
by gellyfish (Monsignor) on Sep 08, 2005 at 14:38 UTC

    Read perlpod in the first instance.

    /J\