in reply to How to find barewords in perl code?

I'm pretty sure that Perl::Critic can be used to detect bareword filehandles, it probably even has a pre-defined rule for that.
  • Comment on Re: How to find barewords in perl code?

Replies are listed 'Best First'.
Re^2: How to find barewords in perl code?
by mithaldu (Monk) on Jun 01, 2010 at 15:09 UTC
    It does! Thanks a lot.