Perl
kylin_p
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
How to access Excel from Perl
#Example 1# Before use Win32::OLE, make sure this module has been installed properly#! perl -wuse strict;use Win32::OLE;use Win32::OLE::Const Microsoft Excel;$Win32::OLE::Warn = 3;转载 2009-11-05 23:33:00 · 645 阅读 · 0 评论 -
How to connect Access2007 by DBI in Perl
#The example runs on Windows platform.#Before using DB, make sure DBI and DBD::ODBC packages are installed in advance. #See PPM command in perl#For more details, take perldoc DBI as reference原创 2009-11-05 23:35:00 · 863 阅读 · 0 评论
分享