The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Documentation

analyse your Perl documents (without running them)

Modules

main package for the perlanalyst tool
analyse your Perl documents (without running them)
look for certain elements in a Perl document
find all declarations of packages
find all declarations of variables
find all subroutine declarations
find all module imports via use
represents an answer to a question about a Perl document
collects answers to questions about a Perl documents
represents an element of a Perl document
a subroutine declaration
module import via use
decide if we asked for an element
Does the name equal this one?
Does the name match this regex?
Does the element lie in this range of lines?
Does the string match this regex?
list all module below a namespace
represents a question about a Perl document
Does the name of the lexical variable equal this string?
Does the name of the lexical variable match this regex?
Does the name of the package variable equal this string?
Does the name of the package variable match this regex?
What string equals this one?
What string looks like the argument?
Has the subroutine this name?
What name of a subroutine matches this regex?
ask a question about a Perl document