in reply to Re: Re: Optimization/Efficiency Question
in thread Optimization/Efficiency Question
It looks like you are setting up to run $query but you execute $audit. Maybe that is what you intended, but maybe its a typo.foreach my $audit (keys(%$audits)) { $query = q{ ... ); my $sth = $dbh->prepare($query); sth->execute($audit); ...
| Plankton: 1% Evil, 99% Hot Gas. |
|
|---|