{"id":3830,"date":"2023-03-06T08:30:04","date_gmt":"2023-03-06T00:30:04","guid":{"rendered":"http:\/\/www.biocloudservice.com\/wordpress\/?p=3830"},"modified":"2023-03-06T08:30:04","modified_gmt":"2023-03-06T00:30:04","slug":"%e7%94%a8perl%e4%b8%80%e9%94%ae%e5%85%b3%e9%97%ad%e6%89%80%e6%9c%89%e6%89%93%e5%bc%80%e7%9a%84word%e7%a8%8b%e5%ba%8f","status":"publish","type":"post","link":"http:\/\/www.biocloudservice.com\/wordpress\/?p=3830","title":{"rendered":"\u7528perl\u4e00\u952e\u5173\u95ed\u6240\u6709\u6253\u5f00\u7684word\u7a0b\u5e8f"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#!\/usr\/bin\/perl\r\n\r\nuse Win32::OLE;\r\nuse Win32::OLE::Const 'Microsoft Office';\r\n\r\n# Get the current running Microsoft Word applications\r\nmy $word = Win32::OLE->GetActiveObject('Word.Application') || Win32::OLE->new('Word.Application', 'Quit');\r\n\r\n# Get all open Word documents\r\nmy $documents = $word->Documents;\r\n\r\n# Close each open document\r\nforeach my $document ($documents) {\r\n  $document->Close;\r\n}\r\n\r\n# Quit the Word application\r\n$word->Quit;\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":""},"categories":[1],"tags":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/3830"}],"collection":[{"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3830"}],"version-history":[{"count":1,"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/3830\/revisions"}],"predecessor-version":[{"id":3831,"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/3830\/revisions\/3831"}],"wp:attachment":[{"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3830"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3830"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3830"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}