grayfood has asked for the wisdom of the Perl Monks concerning the following question:
but all I am getting is the first element of the list $sec#!c:/perl/bin/perl use Time::gmtime; ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime(); print << "EOF"; Content-Type: Text/html\n\n <b><font face=courier color=white size=2>$sec</font></b> EOF
2005-10-16 Retitled by Arunbear, as per Monastery guidelines
Original title: 'gmtime'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to get the elements of gmtime() using Time::gmtime?
by Fang (Pilgrim) on Oct 16, 2005 at 09:06 UTC | |
|
Re: gmtime
by Zaxo (Archbishop) on Oct 16, 2005 at 12:40 UTC |