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: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to