I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-10-30 14:50:02-07 by bruhnf in response to 11671
Re: Help converting time array to epoch time
Hey wyant, Thanks so much for the help. I've been messing with this thing since I made the post. I used $epoch_time_var = timelocal(@time_array[0..5]) Guess I'll join the ranks of the truly paranoid. :-) Never thought to try that and I like it the best. Nice and compact. Maybe in a later iteration, I'll go with Time::2038. Haven't worked with that one yet. Thanks again for the help. Bruhn
Direct Responses: Write a response