use Time::Piece; my $today = localtime->strptime(localtime->strftime('%F'), '%F'); my $hours = localtime->strptime('08:30:12','%I:%M:%S'); print $today->epoch + $hours->epoch;