in reply to parsing and get the report
Instead of initializing to 0, delete the hash like delete ( $hash{$2} ) which could optimize the use of memory.# If the transaction is stopped initializing the values. $hash{$2}->[0] = 0; $hash{$2}->[1] = 0; $hash{$2}->[2] = 0; $hash{$2}->[3] = 0;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: parsing and get the report
by sabari (Beadle) on Mar 20, 2009 at 14:44 UTC |