免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3954 | 回复: 4
打印 上一主题 下一主题

Win32::OLE基础问题请教 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2015-05-14 16:16 |只看该作者 |倒序浏览
本帖最后由 yhou31 于 2015-05-14 16:16 编辑

use Win32::OLE qw(in with);
use Win32::OLE::Const 'Microsoft Excel';
$Win32::OLE::Warn = 3;    # die on errors...
my $Excel;
eval {        $Excel = Win32::OLE->GetActiveObject('Excel.Application') };

我想知道GetActiveObject方法的实现内容是体现在哪个文件里面?我在perl\lib\win32\ole.pm文件中,没有发现。只有对该方法的介绍:

=item Win32::OLE->GetActiveObject(CLASS[, DESTRUCTOR])

The GetActiveObject() class method returns an OLE reference to a
running instance of the specified OLE automation server.  It returns
C<undef> if the server is not currently active.  It will croak if
the class is not even registered.  The optional DESTRUCTOR method takes
either a method name or a code reference.  It is executed when the last
reference to this object goes away.  It is generally considered C<impolite>
to stop applications that you did not start yourself.

论坛徽章:
7
戌狗
日期:2013-12-15 20:43:38技术图书徽章
日期:2014-03-05 01:33:12技术图书徽章
日期:2014-03-15 20:31:17未羊
日期:2014-03-25 23:48:20丑牛
日期:2014-04-07 22:37:44巳蛇
日期:2014-04-11 21:58:0915-16赛季CBA联赛之青岛
日期:2016-03-17 20:36:13
2 [报告]
发表于 2015-05-15 01:07 |只看该作者
wocai shi ole.xs

论坛徽章:
0
3 [报告]
发表于 2015-05-15 10:11 |只看该作者
回复 2# rubyish


    这文件在哪个目录啊?没找到。

论坛徽章:
7
戌狗
日期:2013-12-15 20:43:38技术图书徽章
日期:2014-03-05 01:33:12技术图书徽章
日期:2014-03-15 20:31:17未羊
日期:2014-03-25 23:48:20丑牛
日期:2014-04-07 22:37:44巳蛇
日期:2014-04-11 21:58:0915-16赛季CBA联赛之青岛
日期:2016-03-17 20:36:13
4 [报告]
发表于 2015-05-16 00:23 |只看该作者
Index of /src/JDB/Win32-OLE-0.1712

Icon  Name                    Last modified      Size  [DIR] Parent Directory                             -   
[   ] Changes                 14-May-2014 16:35   20K  
[   ] MANIFEST                14-May-2014 16:35  1.8K  
[   ] MANIFEST.SKIP           14-May-2014 16:35   94   
[   ] META.yml                14-May-2014 16:35  388   
[TXT] Makefile.PL             14-May-2014 16:35  1.8K  
[TXT] OLE.xs                  14-May-2014 16:35  167K  
[   ] README                  14-May-2014 16:35  921   
[   ] ToDo                    14-May-2014 16:35  1.6K  
[DIR] browser/                14-May-2014 16:35    -   
[DIR] eg/                     14-May-2014 16:35    -   
[DIR] hints/                  14-May-2014 16:35    -   
[DIR] lib/                    14-May-2014 16:35    -   
[DIR] t/                      14-May-2014 16:35    -   

http://cpansearch.perl.org/src/JDB/Win32-OLE-0.1712/

论坛徽章:
0
5 [报告]
发表于 2015-05-18 10:57 |只看该作者
回复 4# rubyish


    谢谢,我以为在本地的Perl目录下有这个文件呢。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP