in reply to Perl and code reviews
Perhaps, in the absense of a way to actually pre-compile Perl code, you could use perl -c. To me, this has about the same amount of value as a "make sure it builds" test -- a basic sanity check. If code successfully builds, it may still have bugs [master of understatement, I know], but at least the extremely obvious ones -- the ones that the compiler can catch -- are taken care of. Likewise with perl -c.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl and code reviews
by hardburn (Abbot) on Aug 18, 2004 at 20:54 UTC |