http://qs1969.pair.com?node_id=135750


in reply to String Operation

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