Re: pod embedded in pod

2017-04-13 Thread Shawn H Corey
On Thu, 13 Apr 2017 11:36:23 +
RAPPAZ Francois via pod-people  wrote:

> How can I embed pod directives in a pod directive so that they are
> displayed as plain text ? I have tried =begin pod or =begin text
> without success. Should I use E<61> instead of =  ?
> 
> Thanks
> 
> François
> 

Usually embedded POD is done in a verbatim paragraph since these will
be rendered in a monospace font.

=head1 Embedding POD in a POD

=head1 This is not a heading.
This is a verbatim paragraph.
This will be displayed in a monospace font.

This is a regular paragraph.

=cut


-- 
Don't stop where the ink does.

Shawn H Corey


Re: pod embedded in pod

2017-04-13 Thread Peter Karman

RAPPAZ Francois via pod-people wrote on 4/13/17 6:36 AM:

How can I embed pod directives in a pod directive so that they are displayed as
plain text ? I have tried =begin pod or =begin text without success. Should I
use E<61> instead of =  ?



can you just indent the embedded pod like this?

=pod

example of pod within pod

 =pod

 =over

 =item foo

 =item bar

 =cut

this was an example. thanks.

=cut

--
Peter Karman  .  https://karpet.github.io  .  https://keybase.io/peterkarman