Hello Wise Monks,
I am aware of the "time" function in Perl:
$secondssince1970=time;
print $secondssince1970;
This will output something like:
1087919818
My question is, if I have a date and time in mind, say, January 1, 2004 00:00.00, how do I
get Perl to give me that in terms of seconds since 1970?