subbus02 has asked for the wisdom of the Perl Monks concerning the following question:
When i compare the values and stored in an array at this point memory usage is very high, could you tell how to control the memory usage.
if(Length2_LWW::Length($pre_str[$count],\@arr)<=Length2_LWW::Length($p +ost_str[$count],\@arr)){ $text_dum_col[$col][$count]=$post_str[$count]; } else { $text_dum_col[$col][$count]=$pre_str[$count]; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: array high memory using
by LanX (Saint) on Mar 07, 2013 at 08:02 UTC | |
by subbus02 (Novice) on Mar 07, 2013 at 08:10 UTC | |
by LanX (Saint) on Mar 07, 2013 at 08:28 UTC | |
|
Re: array high memory using
by tmharish (Friar) on Mar 07, 2013 at 07:29 UTC | |
|
Re: array high memory using
by CountZero (Bishop) on Mar 07, 2013 at 11:11 UTC | |
|
Re: array high memory using
by Anonymous Monk on Mar 07, 2013 at 14:25 UTC |