in reply to Re^3: A Warning Issue!
in thread A Warning Issue!

Just don't forget the implicit assumption here that $_->{TEST33} will never be zero. If zero is a valid (or even possible) value, you probably want to test if (defined $_->{TEST33}) instead.