in reply to Re^2: Should code that does not use strict even be considered here?
in thread Should code that does not use strict even be considered here?

as that its absence is a warning that the code's author may have been inexperienced in the ways of Perl.

That may come to your mind at first glance. Read on. The code tells you about its author - use strict won't, and can't hide the stench, if any.

  • Comment on Re^3: Should code that does not use strict even be considered here?
  • Download Code