in reply to use strict; before/after use warnings;
There's no functional difference.
I use use strict; first because I feel that use warnings; should warn if use strict; isn't being used. :) (It doesn't, though)