Help for this page

Select Code to Download


  1. or download this
     * - Package Win32::OLE::Tie        Implements properties as tied hash
    
  2. or download this
    Object methods and properties
    
    ...
    Properties can be retrieved or set using hash syntax, while methods ca
    +n be invoked with the usual perl method call syntax. The keys and eac
    +h functions can be used to enumerate an object's properties. Beware t
    +hat a property is not always writable or even readable (sometimes rai
    +sing exceptions when read while being undefined).
    
    If a method or property returns an embedded OLE object, method and pro
    +perty access can be chained as shown in the examples below.