08 2007 档案

摘要: #!/usr/bin/perluse Class::Date qw(date);$unixtime = date("2002-03-03 10:06:54")->epoch;print $unixtime ."\n";$unixtime = date("2002-03-03 10:06");print $unixtime ."\n";阅读全文
posted @ 2007-08-14 15:50 盈盈的工作小纸条 阅读(1128) | 评论 (0) 编辑