 |
|
Replying to:
|
Re: [Anonymous] Detect Memor leak in a perl code!! by KevinR
|
|
Post:
|
Perl is a dynamically typed language. You don't specify the type or size of variables. This means you won't get memory leaks in Perl. :-) I'd think carefully before taking on work from random people claiming to fix issues they don't understand. Regards, Jeff T. Parsons Perl programs certainly can have memory leaks. But your advise about trusting strangers is good advise. -------------------------------------------------
|
|
|  |