stanley g martin wrote:
>
> I hate to attempt to recreate the wheel, but has anyone written a sub
> that will convert a given number of seconds to hours, minutes, seconds?
use POSIX qw(strftime); # you're right, don't reinvent the wheel ;-)
# POSIX is part of the distro
$hh_mm_ss = strftime "%H:%M:%S", localtime;
Give perldoc -f localtime a gander.
joe
---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]