RSS | Module Info | Add a review of bareword-filehandles

7 out of 8 found this review helpful:

bareword-filehandles (0.003) *****

Sure this isn't for everybody, but it works lexically and that makes it A-OK in my book. Recently I have been looking at putting together an in-house "Modern::Perl" or "common::sense" module for enforcing our code-standards and this seems like a worthy addition.

Steve Scaffidi - 2011-03-20T18:53:42

Was this review helpful to you?  Yes No
7 out of 8 found this review helpful:

bareword-filehandles (0.003) *****

Does what it says on the tin.

Turns off an outdated feature that causes subtle bugs. It's lexical, so you're not inflicting it on other people's code, and it makes exceptions for the built in filehandles you must use as barewords (STDOUT, STDERR, etc...).

Michael G Schwern - 2011-03-20T16:42:20

Was this review helpful to you?  Yes No
1 hidden unhelpful review


the camel