in reply to
TIME: Adding Up and Predicting it
You don't need to use `date`. Querying and printing the time can be done easily with just core perl. Take a look at
time
,
localtime
,
gmtime
and strfime() in
POSIX
"What should it profit a man, if he should win a flame war, yet lose his cool?"
Comment on
Re: TIME: Adding Up and Predicting it
Replies are listed 'Best First'.
Re^2: TIME: Adding Up and Predicting it
by
Trizor
(Pilgrim)
on Aug 24, 2007 at 14:37 UTC
If you need more than those functions provide, check out the many modules under the Date::* and Time::* namespaces on
.
[reply]
In Section
Seekers of Perl Wisdom