in reply to Regular Exp parsing
chop($date_string); # Remove colon my @date = split(' ', $date_string); [download]