in reply to use strict; before/after use warnings;

I tend to put strict before warnings, but only because that's the way that I learned it.

TIMTOWTDI.

  • Comment on Re: use strict; before/after use warnings;