A question about Win32:OLE!



Where can I get the program ID of an application?
Get it from OLE/COM Object Viewer or something else?

my $app = Win32::OLE->new('Word.Application', 'Quit');
.