Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
perl /
lib /
Time /
Delete
Unzip
Name
Size
Permission
Date
Action
HiRes.pm
25.09
KB
-rw-rw-rw-
2020-12-18 12:04
Local.pm
15.93
KB
-rw-rw-rw-
2020-01-27 03:33
Piece.pm
31.45
KB
-rw-rw-rw-
2020-12-18 11:58
Seconds.pm
5.23
KB
-rw-rw-rw-
2020-12-18 11:58
gmtime.pm
2.56
KB
-rw-rw-rw-
2020-12-18 11:58
localtime.pm
2.39
KB
-rw-rw-rw-
2020-12-18 11:58
tm.pm
691
B
-rw-rw-rw-
2020-12-18 11:58
Save
Rename
package Time::tm; use strict; our $VERSION = '1.00'; use Class::Struct qw(struct); struct('Time::tm' => [ map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst } ]); 1; __END__ =head1 NAME Time::tm - internal object used by Time::gmtime and Time::localtime =head1 SYNOPSIS Don't use this module directly. =head1 DESCRIPTION This module is used internally as a base class by Time::localtime And Time::gmtime functions. It creates a Time::tm struct object which is addressable 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 AUTHOR Tom Christiansen