in reply to Tables in Pod

>Does anyone know of a good way to write tables in Pod?

Well, maybe not a good way, but a way:

=pod This is my table: Item Description ----- ----------- this This is it. that This is that. =cut

The initial space says to just format what follows verbatim.

Replies are listed 'Best First'.
Re: Re: Tables in Pod
by erics (Initiate) on Oct 23, 2003 at 10:58 UTC
    Yes, that's the method I'm using to get round it for the moment. Unfortunately I think I may need something more fancy at a later date...
      If you need anything fancy, use something else instead of POD. POD, afterall, stands for Plain Old Documentation. PODs simplicity is a feature.

      Abigail