Does ‘use warnings’ change $^W?
I’ve been using Getopt::Long
and at one point in the code, where I think it should warn()
, it doesn’t, unless I run with -w
.
Does ‘use warnings’ change $^W in perl?, and here’s why I ask
I’ve been using Getopt::Long
and at one point in the code, where I think it should warn()
, it doesn’t, unless I run with -w
.