I want this statement to evaluate five data fields in an array, if all five are available then run the sub, even if any one is available run the sub, else exit conditional. It simple enough but I cant seem to get it right. Thanks in advance...next if @flds[9..13] eq ""; if (defined (@flds[9..13])) { print "$flds[13]L\n"; &add_sub (); print "</tr>\n"; }
In reply to simple condition by data67
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |