- 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
> 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
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
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.