in reply to How do I find out what methods are available in a library?

OLE (Object Linking and Embedding™) is a proprietary Microsoft technology for exposing system services and installed applications in the form of objects which can either be directly-called or embedded (think HTML iframe ...). The technology includes techniques for discovering what objects are available on a particular system. Perl only provides the capability to reach the OLE system interface.
  • Comment on Re: How do I find out what methods are available in a library?