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 blocks
find all declarations of packages
find all declarations of variables
find all strings
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
a Perl document
represents an element of a Perl document
declaration of something
declaration of a package
declaration of a variable
declaration of a lexical variable
declaration of a local variable
declaration of a package variable
a subroutine declaration
module import via use
tools for files
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?
Are the strings equal?
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