Good examples of POD for newbies?

2004-12-09 Thread KEVIN ZEMBOWER
Can anyone suggest a small module which demonstrate good usage of POD, to use 
as an example for someone who would like to write POD correctly for the first 
time? Looking at CPAN for POD tutorials or examples didn't show up anything 
directly. Reading through the Camel book was helpful, but didn't give a unified 
example. Suggestions?

Thanks for your thoughts.

-Kevin Zembower

-
E. Kevin Zembower
Internet Systems Group manager
Johns Hopkins University
Bloomberg School of Public Health
Center for Communications Programs
111 Market Place, Suite 310
Baltimore, MD  21202
410-659-6139


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response




Re: Good examples of POD for newbies?

2004-12-09 Thread Edward Wijaya
On Thu, 09 Dec 2004 09:17:50 -0500, KEVIN ZEMBOWER [EMAIL PROTECTED]  
wrote:

Can anyone suggest a small module which demonstrate good usage of POD,  
to use as an example for someone who would like to write POD correctly  
for the first time?
Check this out:
http://www.perlmonks.org/?class=node_link;node_id=252477
Regards,
Edward WIJAYA
SINGAPORE
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response



RE: Good examples of POD for newbies?

2004-12-09 Thread Shaw, Matthew
perldoc perlpod is pretty comprehensive. Have you checked that out?

-Original Message-
From: KEVIN ZEMBOWER [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 09, 2004 10:18 AM
To: [EMAIL PROTECTED]
Subject: Good examples of POD for newbies?

Can anyone suggest a small module which demonstrate good usage of POD,
to use as an example for someone who would like to write POD correctly
for the first time? Looking at CPAN for POD tutorials or examples didn't
show up anything directly. Reading through the Camel book was helpful,
but didn't give a unified example. Suggestions?

Thanks for your thoughts.

-Kevin Zembower

-
E. Kevin Zembower
Internet Systems Group manager
Johns Hopkins University
Bloomberg School of Public Health
Center for Communications Programs
111 Market Place, Suite 310
Baltimore, MD  21202
410-659-6139


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response





RE: Good examples of POD for newbies?

2004-12-09 Thread KEVIN ZEMBOWER
Matthew and Edward, thank you. Both of those two sources are excellent, and I 
didn't know of either. -Kevin

 Shaw, Matthew [EMAIL PROTECTED] 12/09/04 09:21AM 
perldoc perlpod is pretty comprehensive. Have you checked that out?

-Original Message-
From: KEVIN ZEMBOWER [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 09, 2004 10:18 AM
To: [EMAIL PROTECTED] 
Subject: Good examples of POD for newbies?

Can anyone suggest a small module which demonstrate good usage of POD,
to use as an example for someone who would like to write POD correctly
for the first time? Looking at CPAN for POD tutorials or examples didn't
show up anything directly. Reading through the Camel book was helpful,
but didn't give a unified example. Suggestions?

Thanks for your thoughts.

-Kevin Zembower

-
E. Kevin Zembower
Internet Systems Group manager
Johns Hopkins University
Bloomberg School of Public Health
Center for Communications Programs
111 Market Place, Suite 310
Baltimore, MD  21202
410-659-6139


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 
http://learn.perl.org/ http://learn.perl.org/first-response




--
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 
http://learn.perl.org/ http://learn.perl.org/first-response



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response




Re: Good examples of POD for newbies?

2004-12-09 Thread Jonathan Paton
Dear Kevin,

There are thousands of examples of POD on CPAN.  E.g.

http://search.cpan.org/src/DCONWAY/Parse-RecDescent-1.94/lib/Parse/RecDescent.pod

Jonathan Paton


On Thu, 09 Dec 2004 09:17:50 -0500, KEVIN ZEMBOWER [EMAIL PROTECTED] wrote:
 Can anyone suggest a small module which demonstrate good usage of POD, to use 
 as an example for someone who would like to write POD correctly for the first 
 time? Looking at CPAN for POD tutorials or examples didn't show up anything 
 directly. Reading through the Camel book was helpful, but didn't give a 
 unified example. Suggestions?
 
 Thanks for your thoughts.
 
 -Kevin Zembower
 
 -
 E. Kevin Zembower
 Internet Systems Group manager
 Johns Hopkins University
 Bloomberg School of Public Health
 Center for Communications Programs
 111 Market Place, Suite 310
 Baltimore, MD  21202
 410-659-6139
 
 --
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 http://learn.perl.org/ http://learn.perl.org/first-response
 
 


-- 
#!perl
$J=' 'x25 ;for (qq 1+10 9+14 5-10 50-9 7+13 2-18 6+13
17+6 02+1 2-10 00+4 00+8 3-13 3+12 01-5 2-10 01+1 03+4
00+4 00+8 1-21 01+1 00+5 01-7 =~/ \S\S \S\S /gx) {m/(
\d+) (.+) /x,, vec$ J,$p +=$2 ,8,= $c+= +$1} warn $J,,

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response




Re: Examples of POD

2002-04-17 Thread Elaine -HFB- Ashton

Kevin Old [[EMAIL PROTECTED]] quoth:
*Hello all,
*
*I was wondering if anyone had a couple of scripts that showed uses of POD 
*among Perl code?  
*
*Any help is appreciated.

Perl includes a little utility called 'podchecker' which you can use to
check your POD for validity once you get it written.

e.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Examples of POD

2002-04-17 Thread drieux


On Wednesday, April 17, 2002, at 03:34 , Elaine -HFB- Ashton wrote:

 Kevin Old [[EMAIL PROTECTED]] quoth:
 *I was wondering if anyone had a couple of scripts that showed uses of 
 POD
 *among Perl code?
 Perl includes a little utility called 'podchecker' which you can use to
 check your POD for validity once you get it written.

there is always the '-m' option to perldoc which
allows one to 'read the whole module - pod/comment/code

hence say perldoc -m CGI gives you all of the dope on the module
including the basic formatting of the 'pop' after __END__

but my pet favorite 'guide to writing pod' which I used to
cut all of mine:

perldoc perlpod

found it again from the perldoc perl reference...

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]