I remember seeing some comment somewhere that
use warnings;
use strict;
was preferable (rather than use’ing strict first, as I was wont to do). Is my memory correct? Does the order matter and, if it does, in what way?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I can’t see how there is any technical reason for the order being significant. I always put
use strictfirst as it happens but for no reason other than I’ve always done that!