Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
lib /
Time /
Delete
Unzip
Name
Size
Permission
Date
Action
.exists
0
B
-rw-r--r--
2016-10-10 17:40
HiRes.pm
21.88
KB
-r--r--r--
2014-12-27 11:48
Local.pm
11.81
KB
-r--r--r--
2014-12-27 11:48
Piece.pm
23.24
KB
-r--r--r--
2014-12-27 11:49
Seconds.pm
5.32
KB
-r--r--r--
2014-12-27 11:49
gmtime.pm
2.47
KB
-r--r--r--
2014-12-27 11:48
gmtime.t
602
B
-r--r--r--
2014-12-27 11:48
localtime.pm
2.29
KB
-r--r--r--
2014-12-27 11:48
localtime.t
638
B
-r--r--r--
2014-12-27 11:48
tm.pm
691
B
-r--r--r--
2014-12-27 11:48
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