RE: [perl-win32-gui-users] Running user functions after terminate window

2001-09-04 Thread Peter Eisengrein
Between sub Dropdown_Change and sub GetFiles there's a statement of 'GetFiles($s);' That's what's doing it. Was that a typ-o? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 04 September 2001 12:09 > To: perl-win32-gui-users@lists.sourceforge.net > Subject:

[perl-win32-gui-users] Running user functions after terminate window

2001-09-04 Thread Joseph_Vieira
Hello, I have a strange problem with my code. After I terminate my window. The program runs my user defined functions again. Why is it doing this and how do I stop it. I've included my code but I took everything out but the print statements which show the function running after the I terminate