Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Win32::OLE qw(HRESULT);
    ...
    if (HRESULT(CO_E_NOTINITIALIZED) == $result) {
        print "Eureka! The problem is CO_E_NOTINITIALIZED\n";
    }
    
  2. or download this
    use strict;
    use Data::Dumper;
    ...
    }
    
    print "done\n";