Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1340005
  • 博文数量: 243
  • 博客积分: 888
  • 博客等级: 准尉
  • 技术积分: 2955
  • 用 户 组: 普通用户
  • 注册时间: 2012-12-05 14:33
个人简介

漫漫长路,其修远兮!

文章分类

全部博文(243)

文章存档

2017年(2)

2016年(22)

2015年(32)

2014年(57)

2013年(107)

2012年(23)

发布时间:2012-12-14 11:50:37

主要是使用的 use Net::SMTP_auth;   点击(此处)折叠或打开 use strict; use Net::SMTP_auth; use Text::Iconv; use MIME::Base64; use Data::Dumper; my $mailhost = 'mail.163.com'; ###邮件服务器 my $mailfrom = 'test_1@163.com'; my @mail_account = ('test_2@163.com'); my $mailuser = 'test'; my $mail......【阅读全文】

阅读(1343) | 评论(0) | 转发(0)

发布时间:2012-12-14 11:14:05

主要是使用如下两个模块 use Spreadsheet::ParseExcel;use Spreadsheet::WriteExcel;   一,解析excel 点击(此处)折叠或打开 use strict; use Spreadsheet::ParseExcel; my $parser = Spreadsheet::ParseExcel->new(); my $workbook = $parser->parse('Book.xls'); if ( !defined $workbook ) {   ......【阅读全文】

阅读(1562) | 评论(0) | 转发(1)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册