Help for this page

Select Code to Download


  1. or download this
    Win32::OLE(0.1403) error 0x80020003: ""
        in METHOD/PROPERTYGET "Text" at word1.pl line 10
    
  2. or download this
      use Win32::OLE;                           # Object Linking and Embed
      use Win32::OLE::Const 'Microsoft Word';   # Defines constants word k
    ...
    print "printing the text i need\n";
    print $text;
    print Win32::OLE->LastError();