RE: localtime question.

2001-03-16 Thread Matthew Thompson
starts at 0. -Original Message- From: Herbold, John W. [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 2:05 PM To: activePerl (E-mail) Subject: localtime question. Ok folks please help, I try this: $test1 = localtime(time); print "$test1"; print ""; ($

localtime question.

2001-03-16 Thread Herbold, John W.
Ok folks please help, I try this: $test1 = localtime(time); print "$test1"; print ""; ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time); print "$sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst"; and get: Fri Mar 16 07:52:45 2001 45,52,7,16,2,101,5,74,0 So my question