
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 · 613 阅读 · 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 · 825 阅读 · 0 评论