in reply to Tables in Pod
So unfortunately, you will be constrained to processor specific =for directives or ascii style tables in a verbatim block.
On CPAN eryq uses ascii table like this:
Use encoding: | If your message contains: ------------------------------------------------------------ 7bit | Only 7-bit text, all lines <1000 characters 8bit | 8-bit text, all lines <1000 characters quoted-printable | 8-bit text or long lines (more reliable than "8 +bit") base64 | Largely non-textual data: a GIF, a tar file, et +c.
Which are then converted to Html tables like this using a modified pod2html tool.
--
John.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tables in Pod
by erics (Initiate) on Oct 23, 2003 at 11:53 UTC |