Re: Perl Documentation like Javadoc

2004-02-10 Thread James Edward Gray II
On Feb 10, 2004, at 2:51 PM, Viraj Purang wrote: I would like to generate methof/subroutine related documentation for a Perl project that I have just finished. What is the best way of doing it ? can you also specify which commands/executables to use for this ? Perl's Javadoc-like cousin is

Re: Perl Documentation like Javadoc

2004-02-10 Thread Wiggins d Anconia
On Feb 10, 2004, at 2:51 PM, Viraj Purang wrote: I would like to generate methof/subroutine related documentation for a Perl project that I have just finished. What is the best way of doing it ? can you also specify which commands/executables to use for this ? Perl's

Re: Perl Documentation like Javadoc

2004-02-10 Thread Richard Heintze
Speaking of documentaiton, is there any structured approach to documenting the get/post parameters for a perl web page? I have a main menu type of of page I have inherited. The GUI designer is not a programmer seems to have a strong preference buttons instead of links or drop down menus. Each

Re: Perl Documentation like Javadoc

2004-02-10 Thread R. Joseph Newton
Richard Heintze wrote: Speaking of documentaiton, is there any structured approach to documenting the get/post parameters for a perl web page? I have a main menu type of of page I have inherited. The GUI designer is not a programmer That is as it should be. GUI design should be focused on

RE: Perl documentation

2002-05-14 Thread Timothy Johnson
Perldoc.com has most of the Perl documentation. Otherwise Google can usually get you where you want to go. Check out CPAN for info on modules. -Original Message- From: Eley Greg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 9:52 AM To: [EMAIL PROTECTED] Subject: Perl

Re: Perl documentation

2002-05-14 Thread Felix Geerinckx
on Tue, 14 May 2002 16:51:59 GMT, [EMAIL PROTECTED] (Eley Greg) wrote: I am transitioning from Java to Perl Good thinking ;-) Is there a documentation system akin to Java or Python that makes it easy to find Type perldoc perldoc at a command prompt and start from there. --

Re: Perl documentation

2002-05-14 Thread drieux
On Tuesday, May 14, 2002, at 09:51 , Eley Greg wrote: I am transitioning from Java to Perl and having a hard time rapidly searching the documentation. Is there a documentation system akin to Java or Python that makes it easy to find functions, subroutines, etc., their respective

Re: Perl documentation

2001-04-25 Thread Paul Cotter
$ perldoc NET::FTP No documentation found for NET::FTP. Does this mean that there is no NET::FTP module on my box or there is no documentation available for this or the path is not set for getting the documentation. How do I do that. How can I know what are the available modules ?

RE: Perl documentation

2001-04-24 Thread King, Jason
Amarnath Honnavalli Anantharamaiah asks .. How do I get help on some modules like what are services available in particular module say NET::FTP etc etc all command-line distributions of Perl ship with a utility called perldoc .. for modules like Net::FTP you should be able to type the

RE: Perl documentation

2001-04-24 Thread King, Jason
Amarnath Honnavalli Anantharamaiah asks .. How do I get help on some modules like what are services available in particular module say NET::FTP etc etc all command-line distributions of Perl ship with a utility called perldoc .. for modules like Net::FTP you should be able to type the

Re: Perl documentation

2001-04-24 Thread luozhenyu
that. How can I know what are the available modules ? FYI - perldoc perldoc works on my box. Thanks Amar -Original Message- From: King, Jason [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 12:17 PM To: [EMAIL PROTECTED] Subject:RE: Perl documentation Amarnath

Re: Perl documentation (Net::DNS::RR::MX)

2001-04-23 Thread Sean O'Leary
At 06:23 PM 4/19/2001, you wrote: I have a question about the Perl documentation I find on the web that explains the usage of Perl modules. I come across this situation somewhat frequently where I need to do something, find a module that can do it, but just can't figure out from the basic info