On 2/28/07, Tyler Bird <[EMAIL PROTECTED]> wrote:
I was wondering if there was some way I could run a script and have it detect all unused variables for me?
No. You might be able to write a tool to do static analysis on your code using PPI (from CPAN). It's what Perl::Critic uses. - Perrin