2010年12月26日

如何用Perl將date轉換成unixtime

用Class::Date模組

use Class::Date qw(date);
$unixtime = date("2010-10-25 12:11:53")->epoch;

沒有留言:

張貼留言