ITSOTIMTOWDI
That would be one way to query them all individuallymy $sql = "QUERY WHERE ?"; my $sth = $dbh->prepare($sql); foreach(@acct) { $sth->execute($_); #do some other processing }
In reply to Re^3: Explanation of Code Problem
by Grygonos
in thread Explanation of Code Problem
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |