in reply to Re^2: Warning for "unused sub declarations"?
in thread Warning for "unused sub declarations"?
I don't like that "variable used once" either. If I've declared a variable so that use strict doesn't complain, but I only use it once, I don't want to see a warning. I've seen a lot of code that uses a variable in void context just to get around that warning.
|
|---|