in reply to Using "my" suppresses "Name used only once" warning?
If you want to make warnings fatal, try use warnings 'FATAL';, or, for specifc categories of warning, use warnings qw(FATAL numeric).
To find where a variable is used, declared, etc, try B::Xref.
As to the main point of your post, yeah, I think you're right.
|
|---|