in reply to Re: Efficiency on Code
in thread Efficiency on Code
while ( @array_c = $sth->fetchrow()){ $TOALL = &cleaner ($pointer->{'ACCOUNT#'}); push @array_c,$TOALL; # Array that has all account numbers } print "<br><font color=red><b> $array_c </b></font>";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Efficiency on Code
by nedals (Deacon) on Jan 06, 2005 at 19:37 UTC | |
|
Re^3: Efficiency on Code
by legato (Monk) on Jan 06, 2005 at 21:24 UTC |