
Perl
chenaaron
a simple programmer
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Regular Express
Regular expressions A regular expression is contained in slashes, and matching occurs with the =~ operator. The following expression is true if the string the appears in variable $sentence. $sentence ...2007-07-08 10:50:28 · 177 阅读 · 0 评论 -
Perl operate mbox
One perl script, For extracting information from mbox. #~~~~~ Author Aaron chen ~~~~~~# use Mail::Util qw(read_mbox); use Mail::Internet; use DBI; #use strict; #-------------------------Table fields -...2007-07-28 12:26:21 · 146 阅读 · 0 评论