Here's what I do:
#+--
# NAME:
#
#
# PURPOSE:
#
#
# INPUTS:
#
#
# ROUTINES CALLED:
#
#
# OUTPUTS:
#
#---
jack
On S
On Wed, 12 Sep 2012 12:01:31 -0400
"Weidner, Ron" wrote:
> I'm looking at documenting perl code I'm working on. I'm considering
> POD but I don't think it can do what I want. Example of what I would
> like...
>
> [code]
>
> # here I would put POD synopsis etc.
>
> # here I want to put POD t
On Wed, Sep 12, 2012 at 12:01:31PM -0400, Weidner, Ron wrote:
> I'm looking at documenting perl code I'm working on. I'm considering POD but
> I don't
> think it can do what I want. Example of what I would like...
>
> [code]
>
> # here I would put POD synopsis etc.
> # here I want to put POD t
I'm looking at documenting perl code I'm working on. I'm considering POD but I
don't
think it can do what I want. Example of what I would like...
[code]
# here I would put POD synopsis etc.
# here I want to put POD that describes this function
sub my_echo
{
my ($str)