Hi Parag, On Sunday 17 Apr 2011 09:07:13 Parag Kalra wrote: > Hi, > > While creating POD for modules in Perl, I often specify numbered list > > 1. Parameter1 > 2. Parameter2 > 3. Parameter3 > .. > ... > etc > > or > > 1. It does this > 2. It also does that > 3. But it won't do this > ... > .. > etc > > Currently the numbered list is hard-coded (i.e numbers 1, 2, 3 etc). Can I > make it auto-increament like > > [some-tag Param1 close-tag] > [some-tag Param2 close-tag] > [some-tag Param3 close-tag] > etc >
You might wish to look at =item. Reading from perlpod: <QUOTE> ยท And perhaps most importantly, keep the items consistent: either use "=item *" for all of them, to produce bullets; or use "=item 1.", "=item 2.", etc., to produce numbered lists; or use "=item foo", "=item bar", etc.--namely, things that look nothing like bullets or numbers. </QUOTE> Note however, that POD is incredibly limited (by design), and you may wish to either generate it, or alternatively use a richer format such as http://en.wikipedia.org/wiki/DocBook . Regards, Shlomi Fish -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ Rethinking CPAN - http://shlom.in/rethinking-cpan Every successful open-source project will eventually spawn a sub-project. Please reply to list if it's a mailing list post - http://shlom.in/reply . -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/