Re: Inspecting a COM object

2007-01-14 Thread Foo JH
Sexy! Thanks Mark and Jan. mark pryor wrote: > --- Jan Dubois <[EMAIL PROTECTED]> wrote: > > >> On Wed, 10 Jan 2007 09:36:23 +0800, Foo JH >> <[EMAIL PROTECTED]> >> wrote: >> >> >>> I was wondering if there is any API that lets me >>> >> inspect a COM object in >> >>> Perl. By

Re: Inspecting a COM object

2007-01-12 Thread mark pryor
--- Jan Dubois <[EMAIL PROTECTED]> wrote: > On Wed, 10 Jan 2007 09:36:23 +0800, Foo JH > <[EMAIL PROTECTED]> > wrote: > > >I was wondering if there is any API that lets me > inspect a COM object in > >Perl. By this I mean list out the functions, > classes, stuff like that. > > > >I see this hap

Re: Inspecting a COM object

2007-01-09 Thread Jan Dubois
On Wed, 10 Jan 2007 09:36:23 +0800, Foo JH <[EMAIL PROTECTED]> wrote: >I was wondering if there is any API that lets me inspect a COM object in >Perl. By this I mean list out the functions, classes, stuff like that. > >I see this happening with the OLE browser that comes with the ActivePerl >HTM

Inspecting a COM object

2007-01-09 Thread Foo JH
Hi all, I was wondering if there is any API that lets me inspect a COM object in Perl. By this I mean list out the functions, classes, stuff like that. I see this happening with the OLE browser that comes with the ActivePerl HTML manual. Is that written in Perl? ___