in reply to parsing and get the report

# If the transaction is stopped initializing the values. $hash{$2}->[0] = 0; $hash{$2}->[1] = 0; $hash{$2}->[2] = 0; $hash{$2}->[3] = 0;
Instead of initializing to 0, delete the hash like  delete ( $hash{$2} ) which could optimize the use of memory.
Also instead of using  $hash{$2}->[1]i.e., using Array in Hash use Hash of Hash which will be more readable !!

Replies are listed 'Best First'.
Re^2: parsing and get the report
by sabari (Beadle) on Mar 20, 2009 at 14:44 UTC
    Dear Dhanasekar, It is not quite fine always deleting and creating the same ,this dffer based on the situvation .
    Best Regards, S.Sabarinathan,