Help for this page
$hash{key}.=$str;
$hash->{key}.=$str;
Operators such as ++, --, +=, -=, and .=, that operate on undefined le +ft values such as: ... $a++; are also always exempt from such warnings.