?? tm.pm
字號:
package Time::tm;use strict;use Class::Struct qw(struct);struct('Time::tm' => [ map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst }]);1;__END__=head1 NAMETime::tm - internal object used by Time::gmtime and Time::localtime=head1 SYNOPSISDon't use this module directly.=head1 DESCRIPTIONThis module is used internally as a base class by Time::localtime AndTime::gmtime functions. It creates a Time::tm struct object which isaddressable just like's C's tm structure from F<time.h>; namely with sec,min, hour, mday, mon, year, wday, yday, and isdst.This class is an internal interface only. =head1 AUTHORTom Christiansen
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -