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 · 158 阅读 · 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 · 127 阅读 · 0 评论