Helpful Information
 
 
Category: Perl/ CGI
Documenting Perl

is there a function/program that you can use to automatically document a perl script and return the information in a website (lie javadoc for java)?

thanks :thumbsup:

I don't know about automatically documenting a script, but if you document your code with POD there are all sorts of utilities that can convert it into HTML code for you.

You can find out more about it here (http://www.perldoc.com/perl5.6.1/pod/perlsyn.html#PODs--Embedded-Documentation) and get more detailed info about it here (http://www.perldoc.com/perl5.6.1/pod/perlpod.html).

Don't think there's anything that works in quite the same way though..










privacy (GDPR)