Francesco Del Vecchio wrote:

> how can I print the today date (DD MM YY HH MM SS) in epoch format?
> 
> Frank

perldoc -f time
           localtime
           gmtime

perldoc Time::Local (<-- I think this is what you're after. if not, please 
clarify for us)
        POSIX  (and search for the strftime function)

There's also Time::HiRes if you're interested in that sort of thing. 

That should be enough info for you. 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to