I'm new with this Perl Win32::OLE automation. I have been reading and trying out some examples. I have a few questions (excuse me if i'm using incorrect terminologies - do correct me):
Can OLE be used to automate Visual Studio 2005? I only found examples with Word, Excel and IE. How do you know which app can be used?
How do I get the name of the program ID to be used. For instance, "Excel" in Win32::OLE->new('Excel.Application')
How do I get the available functions for each programs. For instance, Workbook, only can be used with Excel, not Word.
Thanks for your time :)