in reply to Re: Special formatting in pod
in thread Special formatting in pod
It came up in the synopsis section when I want to show multiple commands that the user is supposed to run sequentially. The section would look like this:
=head1 SYNOPSYS B<heapusg> [B<-n> I<interval>] I<your_program> I<args> B<drawheapg>
The next sections would then explain that the first command generates a data file (with a default name you can override) and the second command draws a graph of it.
Anyway, you have a point with this. The same method I show, however, can be used for other special formatting too (like nice links in html), not only line breaks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Special formatting in pod
by herveus (Prior) on Mar 26, 2007 at 10:52 UTC | |
by shmem (Chancellor) on Mar 26, 2007 at 13:45 UTC |