At 01:00 PM 5/4/00 -0500, stanley g martin wrote:
>"Perl-Win32-Users Mailing List" <[EMAIL PROTECTED]>
Here's one cheap solution, assuming you don't need more than a day's worth:
for (0,1,10,100,1000,10000) {
@t = gmtime($_);
print "$_: $t[2]:$t[1]:$t[0]\n";
}
-Ed
---
You are currently subscribed to perl-win32-users as: [[email protected]]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]
- Seconds to Formatted Time stanley g martin
- Re: Seconds to Formatted Time Justin Rogers
- Re: Seconds to Formatted Time Ed Post
- Re: Seconds to Formatted Time Joe Kline
- Re: Seconds to Formatted Time Carl Jolley
