in reply to Perl Code Efficiency Issue
???????SELECT ABC1,ABC2,ABC3,ABC4,ABC5,ABC6, ABC7, ABC8 FROM TBIBM WHERE ABC2='$account_num' AND ABC6 = '$account_due_date' AND ABC5='$n +_year'
Also if you have the whole row nicely stacked in a hash, don't bother copying it to separate variables.
|
|---|