Hi Monks, Can anyone tell me if the following 2 statements would be equivalent as far as checking that a variable is not null.
next unless ! $ex_date; next unless !defined($ex_date);
Basically, i would like to go to the next record if the variable $ex_date is null. any help is much appreciated. thanks Tony
In reply to Checking Variable for Not Null by dirtdog
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |