RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-04 Thread Frazier, Joe Jr
Perl 5.6 has the latest version on Activestates PPM. C:\>perl -v This is perl, v5.6.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2001, Larry Wall Binary build 626 provided by ActiveState Tool Corp. http://www.ActiveState.com Built 0

RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-04 Thread Peter Eisengrein
Tried again, got 502. see below... C:\ActivePerl\lib\gui>ppm install --location=http://dada.perl.it/PPM Win32-GUI Retrieving package 'Win32-GUI'... Writing C:\ActivePerl\site\lib\auto\Win32\GUI\.packlist C:\ActivePerl\lib\gui>ppm PPM interactive shell (2.0) - type 'help' for available commands. P

RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-04 Thread Peter Eisengrein
I see the 0.0.558 tar.gz version on your site but your /ppm still says 502, which is where I got it from. Is that accurate? > -Original Message- > From: Aldo Calpini [mailto:[EMAIL PROTECTED] > Sent: Monday, June 04, 2001 4:56 AM > To: Peter Eisengrein > Subject: Re: [perl-win32-gui-users]

RE: [perl-win32-gui-users] showing firstvisible in a combo box

2001-06-04 Thread Frazier, Joe Jr
one change close $css; system("notepad.exe $css"); } Should be : close OUT; system("notepad.exe $css"); } you HAVE to fl

Re: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-04 Thread Aldo Calpini
Peter Eisengrein wrote: > 0.0.502 -- I actually just pulled it off your site maybe two weeks ago. > Is there an even newer version? Thanks for your help -- I love this > module! uhm... my site contains version 0.0.558, it was uploaded on 22 Jan 2001. you probably have a (way too much) caching prox