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

TIA

~Parag

Reply via email to