On 8/24/07, Shmuel Fomberg wrote: > Hello There. > > Does anyone know a static code analyzer for Perl? > I need something to find dead code in my project. > Don't need something complicated. Just if the name of the function does > not appear in the code, declare it dead. > Like doing "find-in-files" for every sub in the project, and see that > someone is using it. > > Is there? > > Shmuel. >
There's PPI, which works for 90% of the time... :) -- Offer Kaye _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
