Converting date and time to Unix epoch in Perl | Unix Tutorial
This post will show you how to convert standard dates into Unix epoch times in Perl. ... Today I was working on a script, and one of the subroutines needed simple seconds-based arithmetics with time. As you probably remember from my date and time in Unix ...