Re: Win32::OLE and events from multiple source interfaces

2004-04-19 Thread Rajkumar Malli
At 09:15 PM 3/31/2004, Jan Dubois wrote: On Wed, 31 Mar 2004 19:43:48 -0800, Rajkumar Malli [EMAIL PROTECTED] wrote: I have a ATL COM server which supports two connection point interfaces IAsiaCommonEvent and IAsiaTestEvent along which it can fire COM events . Now, I can get events from either

Win32::OLE and events from multiple source interfaces

2004-03-31 Thread Rajkumar Malli
Hi guys I have a ATL COM server which supports two connection point interfaces IAsiaCommonEvent and IAsiaTestEvent along which it can fire COM events . Now, I can get events from either of these connection points, one at a time. Is it possible to get events from both? The WithEvents call on

XML-RPC

2004-03-23 Thread Rajkumar Malli
Hi guys I see XML-RPC generally used in the context of web services and am wondering if Perl's XML-RPC modules can be utilized to communicate between 2 perl processes on the same machine, exchanging arbitrary perl data structures. I agree that there are other approaches to exchange arbitrary

AUTOLOAD and Function Post invoke question

2001-02-20 Thread Rajkumar Malli
Hi, Platform: Windows NT 4.0 Perl Version: Activestate Perl 5.6 (Build 615) I have a Perl package that defines an AUTOLOAD function. The Perl package is a client to a COM server and fowards requests to the COM server. The AUTOLOAD is of the form sub AUTOLOAD { return