in reply to How to disable:Odd number of elements in hash assignment warning?
Hidden in the doc for warnings is this:
To determine which category a specific warning has been assigned to see perldiag.
And in perldiag it says:
Odd number of elements in hash assignment
(W misc) You specified an odd number of elements to initialize a hash, which is odd, because hashes come in key/value pairs.
So, the answer would seem to be "misc".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to disable:Odd number of elements in hash assignment warning?
by BrowserUk (Patriarch) on Sep 23, 2016 at 16:17 UTC |