Perl warnings and the warn function
I mentioned in passing last week that the next major release of Perl, v5.36, is set to enable warnings
by default for code that opts in to use v5.35;
or above. Commemorating Perl’s 34th birthday the week before that, I noted that the warnings system has been getting ever finer-grained since its introduction in 2000. And fellow Perl blogger and CPAN author Tom Wyant has been cataloging his favorites over the past…