![]() |
|
Do you know where your variables are? | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Hi,
Sorry for being too lazy to read the documentation, I am sure I would find my answer here... But I just spend 15 minutes (or more) on a bug where I wrote where I should have written so my problem is the automatic stringification of hash-keys that prevents such a but to be discovered at compile-time. Plenty of times this is exactly what I want, but sometimes (as here) it can conceal bugs - so is there a way to turn it off, so that accessing a hash-element via bareword would be a compiliation error? I am sure there is... Many thanks! In reply to prevent stringification for hash-keys by morgon
|
|