use Time::Piece; my $date = localtime->strptime("Thu Jan 8 07:01:01",'%a %b %d %T'); print $date . "\n";