Web Analytics Made Easy -
StatCounter Documenting Perl - CodingForum

Announcement

Collapse
No announcement yet.

Documenting Perl

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    -mR_eGo
    _______________________
    Programming since
    3 years old.

  • #2
    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 and get more detailed info about it here.

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

    Comment

    Working...
    X