I\'m looking for a lint for Perl, something that would catch dead code and other potential problems. Any suggestions?
I have
use strict; use warnings; <
In addition to Perl::Critic you might want to look at the newer Perl::Lint.