Joshua, Do you think it is the script, or the PSP/perl enviroment that is leaking memory? How serious is the memory leak? Are you using the latest perl?
If it is your perl code that leaks (try a dummy script as a check) then the most likely cause is circular references or eval problems. On older versions of perl I found eval leaked badly (a simple loop with eval) ballooned well beyond 100Mb... and climbed. How much code is involved? Jonathan Paton -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>