4 use Class
::Struct
qw(struct);
6 map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst
}
14 Time::tm - internal object used by Time::gmtime and Time::localtime
18 Don't use this module directly.
22 This module is used internally as a base class by Time::localtime And
23 Time::gmtime functions. It creates a Time::tm struct object which is
24 addressable just like's C's tm structure from F<time.h>; namely with sec,
25 min, hour, mday, mon, year, wday, yday, and isdst.
27 This class is an internal interface only.