|
|
| "be consistent" | |
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
use strict;. It will give you an error and from that you will be able to see where you are accidentally changing a hash reference to a number.
Without use strict; enabled, that number is interpreted as a new symbolic hash reference, which is not at all what you intend.
-- A math joke: r = | |csc(θ)|+|sec(θ)|-||csc(θ)|-|sec(θ)|| | Online Fortune Cookie Search Office Space merchandise In reply to Re: Hashes for counting
by ysth
|
|