17 Feb 2009
2 minutes read
FB4 Converting Date and Time to Unix Epoch in PerlConverting Date and Time to Unix Epoch in Perl
Today I was working on a script, and one of the subroutines needed simple seconds-based arithmetics with time. As you …
Today I was working on a script, and one of the subroutines needed simple seconds-based arithmetics with time. As you …
It’s not often that I write about Perl Scripting on Unix Tutorial, but that’s just because I don’t …
A few months ago, I’ve given a really simple example of using Perl for parsing directory trees in Unix. If you …