Possible Duplicates:
Does Perl have something like Java/PHP Docs?
What's the best way to document Perl code?
is there a way to write a subroutine docs?
such as
sub add {
#docs: this subroutine adds two numbers
}
and extract that info later?