You could break your if statement and check separately if those elements are defined.
if(defined $_->{ TEST33 } && $_->{ TEST33 } ) { # do something with $_->{ TEST33 } # like setting pre-check vars to be used in later conditionals }
In reply to Re^5: A Warning Issue!
by olus
in thread A Warning Issue!
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |