![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: String Operationby mkmcconn (Chaplain) |
on Jan 02, 2002 at 22:43 UTC ( #135750=note: print w/replies, xml ) | Need Help?? |
You'll want to read about localtime and POSIX:
Converts a time as returned by the time function to a 9-element array with the time analyzed for the local time zone. Typically used as follows: # 0 1 2 3 4 5 6 7 8 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);mkmcconn
In Section
Seekers of Perl Wisdom
|
|