in reply to time hash keys
That will go through the first day of January (month #0) of 2000 (year 1900+100), second by second. I'm using localtime to extract the HH:MM:SS data.use Time::Local; for (timelocal(0,0,0,1,0,100)..timelocal(59,59,23,1,0,100)) { my ($s,$m,$h) = localtime($_); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(bbfu) (Class::Date) Re2: time hash keys
by bbfu (Curate) on Aug 06, 2001 at 01:18 UTC |