Re: Perl Time

2001-07-25 Thread Gabor Szabo
you should always try your scripts on your own computer, it will save a lot of time. download perl for Windows if that is what you have on your desk. www.activestate.com you can also read the perl documentation at www.perldoc.com -- Gabor On 2001.07.25 16:45 Fred Sahakian wrote: > Hi thanks f

Re: Perl Time

2001-07-25 Thread Gabor Szabo
There are quite a few solutions to this (not surprising) one o them is a module called Time::Local I think it is a standard module so typing perldoc Time::Local will explain it to you. You would still need to split the date into days, month and years and decided exactly which second you are lo

Perl Time

2001-07-24 Thread Fred Sahakian
How can I convert a date format from: 09042001 into the Epoch seconds? (aka 'time' function) I need to create a formula whereas the entered date must be more than 6 months into the future of todays day. I can get the system to print the epoch time. thanks, Fred -- To unsubscribe, e-mail