Are you using strict? That's the first recommendation.
 
 
-----Original Message-----
From: Jasper Marzin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 06, 2004 1:13 PM
To: [EMAIL PROTECTED]
Subject: perl eating up memory slowly until program stops - any ideas ?

Hello out there in Perl land, I am clearing the contents of all arrays with @array = (); (including multidimensional arrays) , and I print out the $#array to get the size while the program is running for all arrays...and the arrays are not growing..so I am stumped as to what could be causing the fact that memory needs continue to increase...I am using GMP::BigFloat and doing large precision subtractions (numbers stored in arrays with maybe 216 element positions and 27 rows of depth maximum and then get cleared out and filled again)..
Any tips are appreciated as to how I can manage/stop this..
Thank you,
Jasper

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to