in reply to Re^2: How to eliminate warning message on hash value?
in thread How to eliminate warning message on hash value?

Please don't define TRUE to be something false!!! Call it SUCCESS or something. And if it does return '' as you say, then you'll get a warning for using == since '' is not a number. Use eq to do a string comparison.