in reply to Re: Perl Analyzer?
in thread Perl Analyzer?
A sub may exist or not depending on how the code runs, too.
Eval, autoload, symbol table changes, and code filters in @INC can all (re)define a subroutine as the code runs. Don't expect any sort of tool to catch that sort of thing; they can't.
Don't expect perfection from these tools; they give a decent effort on code that's sufficiently conventional, but they can't do much with really exotic stuff.
|
|---|