Re: Detecting memory leaks in perl scripts

2005-11-25 Thread Sisyphus
- Original Message - From: "Sandhu, Suchindra" <[EMAIL PROTECTED]> To: Sent: Saturday, November 26, 2005 3:03 AM Subject: Detecting memory leaks in perl scripts > Greetings, > > Is there a known tool(preferably free/open source) to identify memory > leaks in perl scripts ? > Devel::Le

Re: Detecting memory leaks in perl scripts

2005-11-25 Thread Luke Bakken
> Is there a known tool(preferably free/open source) to identify memory > leaks in perl scripts ? Unless you are creating circular references you shouldn't have to worry about this. Do you have example code that you think is leaking memory? Luke ___ Pe

Detecting memory leaks in perl scripts

2005-11-25 Thread Sandhu, Suchindra
Greetings, Is there a known tool(preferably free/open source) to identify memory leaks in perl scripts ? Thanks, -- .s ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman

Multiple bindings in Tk

2005-11-25 Thread Артем Аветисян
Hello, perl Users. I've been playing with Tk and encountered that I can't (or possibly don't know how to) bind more than one callback to the particular sequence (on the same tag level). Is there any workaround? Can Win32::Gui handle this? Thanks in advance, Artem A. Avetisyan.