RE: [perl-win32-gui-users] FW: Win32::GUI Events

2001-07-18 Thread Piske, Harald
This is how I intercept xxx_Terminate, which I do to write something to the registry when the program exits. For the whole picture, see WinSize.pm @ www.fairymails.com/perl/ # must bottle this up inside eval eval qq ( # get pointer to current sub.

[perl-win32-gui-users] FW: Win32::GUI Events

2001-07-18 Thread Forhan, Michael
> -Original Message- > From: Forhan, Michael > Sent: Friday, July 13, 2001 1:10 PM > To: 'perl-win32-gui-users@lists.sourceforge.net' > Subject: Win32::GUI Events > > Is there a way to 'intercept' a call to a subroutine, and handle it > elsewhere? I'm aware that if a sub