Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE;
    
    ...
    
    print "REF IS: ", ref $LogObj, "\n";
    print Win32::OLE->LastError(), "\n"  unless ( $LogObj);
    
  2. or download this
    REF IS:
    Win32::OLE(0.1702) error 0x800401f3: "Invalid class string"